Commit b2eda78b authored by Olivier 'reivilibre's avatar Olivier 'reivilibre
Browse files

dar: include zstd as buildInput to support Zstd-compressed archives

parent b965765e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ args @ {
  lzo,
  xz,
  zlib,
  zstd,
  CoreFoundation,
}:

@@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
    lzo
    xz
    zlib
    zstd
  ] ++ lib.optionals stdenv.isLinux [
    attr
    e2fsprogs