xarchiver: use xz and zstd from nixpkgs in env path instead of use it from host (#465976)
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
bzip2,
|
||||
gzip,
|
||||
lhasa,
|
||||
xz,
|
||||
zstd,
|
||||
wrapGAppsHook3,
|
||||
desktopToDarwinBundle,
|
||||
}:
|
||||
@@ -58,6 +60,8 @@ stdenv.mkDerivation rec {
|
||||
bzip2
|
||||
gzip
|
||||
lhasa
|
||||
xz
|
||||
zstd
|
||||
coreutils
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user