Merge pull request #202200 from reivilibre/rei/dar_zstd

dar: include zstd as buildInput to support Zstd-compressed archives
This commit is contained in:
Mario Rodas 2023-02-19 14:31:07 -05:00 committed by GitHub
commit 5ac4098bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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