mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: mono@2.11.4: Fix build.
* gnu/packages/dotnet.scm (mono-2.11.4)[arguments]<#:phases>[disable-signing]: Remove. Change-Id: I7d2eb7b9dfe0078e7225a5bd836cf07081152476
This commit is contained in:
parent
5577cb4840
commit
8e2ca41e4f
1 changed files with 5 additions and 0 deletions
|
|
@ -637,6 +637,11 @@ a C-style programming language from Microsoft that is very similar to Java.")
|
|||
#$prepare-mono-source))
|
||||
(patches (search-patches "mono-2.11.4-fixes.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments mono-2.6.4)
|
||||
((#:phases phases #~%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'disable-signing)))))
|
||||
(native-inputs (modify-inputs (package-native-inputs mono-2.6.4)
|
||||
(replace "mono" mono-2.6.4)))
|
||||
(license (list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue