mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: icecat-source: Enable xz parallel compression.
* gnu/packages/gnuzilla.scm (icecat-source): Set XZ_DEFAULTS to %xz-parallel-args to enable parallel compression and hasten the build. Remove trailing #t.
This commit is contained in:
parent
41e61e4fed
commit
9ebeba8254
1 changed files with 2 additions and 3 deletions
|
@ -873,6 +873,7 @@ (define icecat-source
|
|||
|
||||
(format #t "Packing IceCat source tarball...~%")
|
||||
(force-output)
|
||||
(setenv "XZ_DEFAULTS" (string-join (%xz-parallel-args)))
|
||||
(invoke "tar" "cfa" #$output
|
||||
;; Avoid non-determinism in the archive. We set the
|
||||
;; mtime of files in the archive to early 1980 because
|
||||
|
@ -883,9 +884,7 @@ (define icecat-source
|
|||
"--owner=root:0"
|
||||
"--group=root:0"
|
||||
"--sort=name"
|
||||
icecat-dir)
|
||||
|
||||
#t))))))))
|
||||
icecat-dir)))))))))
|
||||
|
||||
(define-public icecat
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue