mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
make-system-tarball: use pixz -t
Pass `-t` to pixz to prevent it from appending an index to the end of the uncompressed stream, confusing tools such as `machinectl import-tar`. Fixes: #187816
This commit is contained in:
parent
994fa61c56
commit
ac18c55b56
@ -22,7 +22,7 @@
|
||||
# Extra tar arguments
|
||||
, extraArgs ? ""
|
||||
# Command used for compression
|
||||
, compressCommand ? "pixz"
|
||||
, compressCommand ? "pixz -t"
|
||||
# Extension for the compressed tarball
|
||||
, compressionExtension ? ".xz"
|
||||
# extra inputs, like the compressor to use
|
||||
|
Loading…
Reference in New Issue
Block a user