mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
1 changed files with 0 additions and 1 deletions
|
@ -480,7 +480,6 @@ (define expected-fasl (string-append
|
||||||
(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 a new issue