mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: mono@2.6.4: Make reproducible.
* gnu/packages/dotnet.scm (mono-2.6.4)[source]: Add "mono-2.4.2.3-reproducibility.patch". Change-Id: I28011a6c21e317bb10bce37f8d3a7aa46cedb9fe Signed-off-by: Vagrant Cascadian <vagrant@reproducible-builds.org>
This commit is contained in:
committed by
Vagrant Cascadian
parent
f0b8657c42
commit
52df09e31b
@@ -559,7 +559,8 @@ a C-style programming language from Microsoft that is very similar to Java.")
|
||||
(modules '((guix build utils)
|
||||
(ice-9 string-fun)))
|
||||
(snippet prepare-mono-source)
|
||||
(patches (search-patches "mono-2.6.4-fixes.patch"))))
|
||||
(patches (search-patches "mono-2.4.2.3-reproducibility.patch"
|
||||
"mono-2.6.4-fixes.patch"))))
|
||||
(native-inputs (modify-inputs (package-native-inputs mono-2.4.2)
|
||||
(replace "mono" mono-2.4.2)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user