summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/dotnet.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm
index 08328709f50..3ba20f8ba5f 100644
--- a/gnu/packages/dotnet.scm
+++ b/gnu/packages/dotnet.scm
@@ -1879,6 +1879,11 @@ most of the heavy lifting.")
(apply invoke "make" "-j" (number->string
(parallel-job-count))
"CSC=mcs" make-flags)))))
+ (add-after 'unpack 'enable-resx2sr-installation
+ (lambda* (#:key make-flags #:allow-other-keys)
+ (substitute* "mcs/tools/resx2sr/Makefile"
+ (("^NO_INSTALL = .*")
+ "NO_INSTALL = \n"))))
(replace 'check
(lambda* (#:key tests? (make-flags '()) #:allow-other-keys)
(when tests?