dar: include zstd as buildInput to support Zstd-compressed archives
This commit is contained in:
parent
b965765e5d
commit
b2eda78bea
@ -18,6 +18,7 @@ args @ {
|
|||||||
lzo,
|
lzo,
|
||||||
xz,
|
xz,
|
||||||
zlib,
|
zlib,
|
||||||
|
zstd,
|
||||||
CoreFoundation,
|
CoreFoundation,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
lzo
|
lzo
|
||||||
xz
|
xz
|
||||||
zlib
|
zlib
|
||||||
|
zstd
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
attr
|
attr
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
|
Loading…
Reference in New Issue
Block a user