Revert "gnu: next: Compress the executable."
Some essential references (e.g. libfixposix) are lost in the process.
This reverts commit 0e8b91dbc4
.
This commit is contained in:
parent
6b4ed9ad97
commit
0575fe681c
|
@ -480,7 +480,6 @@ features for productive professionals.")
|
||||||
(build-program
|
(build-program
|
||||||
(string-append (assoc-ref outputs "out") "/bin/next")
|
(string-append (assoc-ref outputs "out") "/bin/next")
|
||||||
outputs
|
outputs
|
||||||
#:compress? #t
|
|
||||||
#:entry-program '((next:entry-point) 0))))
|
#:entry-program '((next:entry-point) 0))))
|
||||||
(add-before 'build 'install-assets
|
(add-before 'build 'install-assets
|
||||||
;; Since the ASDF build system generates a new .asd with a
|
;; Since the ASDF build system generates a new .asd with a
|
||||||
|
|
Loading…
Reference in New Issue