Skip to content

Commit af030e9

Browse files
debootstrap: add zstd to debootstrap's binPath (#387473)
2 parents c115f8a + a16fc60 commit af030e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/de/debootstrap/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
gnused,
1717
gzip,
1818
xz,
19+
zstd,
1920
makeWrapper,
2021
nix-update-script,
2122
testers,
@@ -40,6 +41,7 @@ let
4041
util-linux
4142
wget
4243
xz
44+
zstd
4345
];
4446
in
4547
stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)