gnu: ne: Cross-compile.
* gnu/packages/text-editors.scm (ne)[arguments]: Use CC-FOR-TARGET and don't strip binaries.
This commit is contained in:
parent
e02a49e11d
commit
64a5cafb55
1 changed files with 2 additions and 1 deletions
|
@ -1136,7 +1136,8 @@ card. It offers:
|
|||
(arguments
|
||||
`(#:tests? #f
|
||||
#:make-flags
|
||||
(list "CC=gcc"
|
||||
(list "STRIP=true" ; don't
|
||||
(string-append "CC=" ,(cc-for-target))
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
(string-append "LDFLAGS=-L" (assoc-ref %build-inputs "ncurses")
|
||||
"/lib"))
|
||||
|
|
Reference in a new issue