diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-07-20 12:43:13 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-07-20 13:05:22 +0200 |
| commit | c9f1d2315f99d4355c35d920b33bfbdffe9a4f56 (patch) | |
| tree | 5a41538115c6cc125764cd6959433f888e2575a5 /gnu/packages | |
| parent | 7314d9c1848786f2a686990068f22d7432926feb (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/dotnet.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm index acac73e50c2..97ab7d29d72 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 |
