mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 10:00:46 +02:00
gnu: mono@3.0.12: Fix build.
* gnu/packages/dotnet.scm (mono-3.0)[arguments]<#:phases>[disable-mono-mini-timestamps]: Remove phase. Change-Id: I9930064db7b62736b1afecbc3cfdfb5e04df6682
This commit is contained in:
parent
8e2ca41e4f
commit
c2de2c2783
1 changed files with 5 additions and 0 deletions
|
@ -700,6 +700,11 @@ a C-style programming language from Microsoft that is very similar to Java.")
|
|||
#$(add-external-repos
|
||||
mono-3.0.12-external-repo-specs)
|
||||
#$prepare-mono-source))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments mono-2.11.4)
|
||||
((#:phases phases #~%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'disable-mono-mini-timestamps)))))
|
||||
(native-inputs (modify-inputs (package-native-inputs mono-2.11.4)
|
||||
(replace "mono" mono-2.11.4)))
|
||||
(license (list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue