diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-07-07 00:58:22 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2025-07-17 17:01:00 -0700 |
| commit | 52df09e31bc342c18369844991b2e5f70d2c36a4 (patch) | |
| tree | 67fabf283dccfe20b404034a352c2bfcfa1c7b2e /gnu/packages/dotnet.scm | |
| parent | f0b8657c429dadeee7dda7bb1a071bac41f3e354 (diff) | |
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>
Diffstat (limited to 'gnu/packages/dotnet.scm')
| -rw-r--r-- | gnu/packages/dotnet.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm index 15255e08fbf..e00eeaffd78 100644 --- a/gnu/packages/dotnet.scm +++ b/gnu/packages/dotnet.scm | |||
| @@ -559,7 +559,8 @@ a C-style programming language from Microsoft that is very similar to Java.") | |||
| 559 | (modules '((guix build utils) | 559 | (modules '((guix build utils) |
| 560 | (ice-9 string-fun))) | 560 | (ice-9 string-fun))) |
| 561 | (snippet prepare-mono-source) | 561 | (snippet prepare-mono-source) |
| 562 | (patches (search-patches "mono-2.6.4-fixes.patch")))) | 562 | (patches (search-patches "mono-2.4.2.3-reproducibility.patch" |
| 563 | "mono-2.6.4-fixes.patch")))) | ||
| 563 | (native-inputs (modify-inputs (package-native-inputs mono-2.4.2) | 564 | (native-inputs (modify-inputs (package-native-inputs mono-2.4.2) |
| 564 | (replace "mono" mono-2.4.2))))) | 565 | (replace "mono" mono-2.4.2))))) |
| 565 | 566 | ||
