diff options
| -rw-r--r-- | gnu/packages/dotnet.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm index 04872ad3572..715953827e6 100644 --- a/gnu/packages/dotnet.scm +++ b/gnu/packages/dotnet.scm | |||
| @@ -637,6 +637,11 @@ a C-style programming language from Microsoft that is very similar to Java.") | |||
| 637 | #$prepare-mono-source)) | 637 | #$prepare-mono-source)) |
| 638 | (patches (search-patches "mono-2.11.4-fixes.patch")))) | 638 | (patches (search-patches "mono-2.11.4-fixes.patch")))) |
| 639 | (build-system gnu-build-system) | 639 | (build-system gnu-build-system) |
| 640 | (arguments | ||
| 641 | (substitute-keyword-arguments (package-arguments mono-2.6.4) | ||
| 642 | ((#:phases phases #~%standard-phases) | ||
| 643 | #~(modify-phases #$phases | ||
| 644 | (delete 'disable-signing))))) | ||
| 640 | (native-inputs (modify-inputs (package-native-inputs mono-2.6.4) | 645 | (native-inputs (modify-inputs (package-native-inputs mono-2.6.4) |
| 641 | (replace "mono" mono-2.6.4))) | 646 | (replace "mono" mono-2.6.4))) |
| 642 | (license (list | 647 | (license (list |
