Unverified Commit af030e99 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

debootstrap: add zstd to debootstrap's binPath (#387473)

parents c115f8a3 a16fc600
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {