mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-07 20:51:33 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user