1
Fork 0
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:
Danny Milosavljevic 2025-07-04 09:30:25 +02:00
parent 8e2ca41e4f
commit c2de2c2783
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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