dar: include zstd as buildInput to support Zstd-compressed archives
This commit is contained in:
parent
b965765e5d
commit
b2eda78bea
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue