mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7314d9c184
commit
c9f1d2315f
1 changed files with 1 additions and 0 deletions
|
@ -1873,6 +1873,7 @@ most of the heavy lifting.")
|
||||||
"merp-json-valid.exe"))))
|
"merp-json-valid.exe"))))
|
||||||
((#:phases phases #~%standard-phases)
|
((#:phases phases #~%standard-phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
|
(delete 'patch-sgen-linking)
|
||||||
(delete 'patch-sub-autogen.sh-shebang)
|
(delete 'patch-sub-autogen.sh-shebang)
|
||||||
;; Our 5.10.0 compiler has been rather souped up.
|
;; Our 5.10.0 compiler has been rather souped up.
|
||||||
(add-after 'unpack 'disable-profile-version-check
|
(add-after 'unpack 'disable-profile-version-check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue