~ruther/guix-local

c9f1d2315f99d4355c35d920b33bfbdffe9a4f56 — Danny Milosavljevic 9 months ago 7314d9c
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/dotnet.scm
M gnu/packages/dotnet.scm => gnu/packages/dotnet.scm +1 -0
@@ 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