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
|
@ -480,6 +480,7 @@ features for productive professionals.")
|
|||
(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 New Issue