Unverified Commit 45f36d65 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] xarchiver: use xz and zstd from nixpkgs in env path...

[Backport release-25.11] xarchiver: use xz and zstd from nixpkgs in env path instead of use it from host (#466247)
parents 72bdea2f d58f63bd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
  bzip2,
  gzip,
  lhasa,
  xz,
  zstd,
  wrapGAppsHook3,
  desktopToDarwinBundle,
}:
@@ -58,6 +60,8 @@ stdenv.mkDerivation rec {
        bzip2
        gzip
        lhasa
        xz
        zstd
        coreutils
      ]
    }