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
This commit is contained in:
Danny Milosavljevic 2025-07-20 12:43:13 +02:00
parent 7314d9c184
commit c9f1d2315f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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