guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c9f1d2315f99d4355c35d920b33bfbdffe9a4f56
Author: Danny Milosavljevic <dan...@friendly-machines.com>
AuthorDate: Sun Jul 20 12:43:13 2025 +0200

    gnu: mono@6.12.0: Fix build with gcc 14.
    
    * gnu/packages/dotnet.scm 
(mono-6.12.0)[arguments]<#:phases>[patch-sgen-linking]:
    Delete phase.
    
    Change-Id: I584fb444a1827b976288418176923eff79bf0842
---
 gnu/packages/dotnet.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm
index acac73e50c..97ab7d29d7 100644
--- a/gnu/packages/dotnet.scm
+++ b/gnu/packages/dotnet.scm
@@ -1873,6 +1873,7 @@ most of the heavy lifting.")
                                   "merp-json-valid.exe"))))
        ((#:phases phases #~%standard-phases)
         #~(modify-phases #$phases
+            (delete 'patch-sgen-linking)
             (delete 'patch-sub-autogen.sh-shebang)
             ;; Our 5.10.0 compiler has been rather souped up.
             (add-after 'unpack 'disable-profile-version-check

Reply via email to