mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: next: Compress the executable.
* gnu/packages/web-browsers.scm (next)[arguments]: Compressing the executable brings it from about 95 MiB to 22 MiB.
This commit is contained in:
parent
33a42f67ce
commit
0e8b91dbc4
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ (define expected-fasl (string-append
|
|||
(build-program
|
||||
(string-append (assoc-ref outputs "out") "/bin/next")
|
||||
outputs
|
||||
#:compress? #t
|
||||
#:entry-program '((next:entry-point) 0))))
|
||||
(add-before 'build 'install-assets
|
||||
;; Since the ASDF build system generates a new .asd with a
|
||||
|
|
Loading…
Reference in a new issue