xarchiver: use xz and zstd from nixpkgs in env path instead of use it from host (#465976)

This commit is contained in:
Aleksana
2025-11-29 12:28:18 +00:00
committed by GitHub
+4
View File
@@ -17,6 +17,8 @@
bzip2,
gzip,
lhasa,
xz,
zstd,
wrapGAppsHook3,
desktopToDarwinBundle,
}:
@@ -58,6 +60,8 @@ stdenv.mkDerivation rec {
bzip2
gzip
lhasa
xz
zstd
coreutils
]
}