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:
Maxim Cournoyer 2021-12-13 23:04:59 -05:00
parent 41e61e4fed
commit 9ebeba8254
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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