debootstrap: add zstd to debootstrap's binPath (#387473)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
gnused,
|
||||
gzip,
|
||||
xz,
|
||||
zstd,
|
||||
makeWrapper,
|
||||
nix-update-script,
|
||||
testers,
|
||||
@@ -40,6 +41,7 @@ let
|
||||
util-linux
|
||||
wget
|
||||
xz
|
||||
zstd
|
||||
];
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
Reference in New Issue
Block a user