diff --git a/gnu/packages/dotnet.scm b/gnu/packages/dotnet.scm index 08328709f5..3ba20f8ba5 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?