mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mono@2.4.2: Fix build.
Fixes <https://issues.guix.gnu.org/78950>. * gnu/packages/dotnet.scm (mono-2.4.2)[arguments]<#:make-flags>: Remove NO_SIGN_ASSEMBLY=yes. Change-Id: Icddc87e2b14a9290132cc9aa6eccfb9557b7d248
This commit is contained in:
parent
a3a066da26
commit
b33b8f6a3d
1 changed files with 3 additions and 0 deletions
|
@ -506,6 +506,9 @@ a C-style programming language from Microsoft that is very similar to Java.")
|
||||||
(append gettext-minimal)))
|
(append gettext-minimal)))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments mono-1.9.1)
|
(substitute-keyword-arguments (package-arguments mono-1.9.1)
|
||||||
|
((#:make-flags _ #f)
|
||||||
|
#~(list #$(string-append "CC=" (cc-for-target))
|
||||||
|
"V=1"))
|
||||||
((#:tests? _ #f)
|
((#:tests? _ #f)
|
||||||
;; When it tries building iltests.il in mono/mini, it gets: error
|
;; When it tries building iltests.il in mono/mini, it gets: error
|
||||||
;; CS0006: cannot find metadata file `TestDriver.dll'. It builds fine
|
;; CS0006: cannot find metadata file `TestDriver.dll'. It builds fine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue