From aa84102fcddcce500b2438d8804ba6e967f1a919 Mon Sep 17 00:00:00 2001 From: Minegame YTB <53137994+minegameYTB@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:09:18 +0100 Subject: [PATCH] xarchiver: use xz and zstd from nixpkgs in env path instead of use it from host --- pkgs/by-name/xa/xarchiver/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/xa/xarchiver/package.nix b/pkgs/by-name/xa/xarchiver/package.nix index b4db43833006..36c7e4aeb40e 100644 --- a/pkgs/by-name/xa/xarchiver/package.nix +++ b/pkgs/by-name/xa/xarchiver/package.nix @@ -17,6 +17,8 @@ bzip2, gzip, lhasa, + xz, + zstd, wrapGAppsHook3, desktopToDarwinBundle, }: @@ -58,6 +60,8 @@ stdenv.mkDerivation rec { bzip2 gzip lhasa + xz + zstd coreutils ] }