Unverified Commit 5ac4098b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202200 from reivilibre/rei/dar_zstd

dar: include zstd as buildInput to support Zstd-compressed archives
parents a38798bc b2eda78b
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