summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/packages.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/guix/packages.scm b/guix/packages.scm
index c762fa7c39..cc1f11ace2 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -629,11 +629,6 @@ specifies modules in scope when evaluating SNIPPET."
(apply invoke
(string-append #+tar "/bin/tar")
"cvf" #$output
- ;; The bootstrap xz does not support
- ;; threaded compression (introduced in
- ;; 5.2.0), but it ignores the extra flag.
- (string-append "--use-compress-program="
- #+xz "/bin/xz --threads=0")
;; avoid non-determinism in the archive
"--mtime=@0"
"--owner=root:0"