xarchiver: use xz and zstd from nixpkgs in env path instead of use it from host

This commit is contained in:
Minegame YTB
2025-11-29 13:13:45 +01:00
parent 06f4ba94da
commit aa84102fcd
+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
]
}