Unverified Commit 879a7cc3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents c507e053 aa84102f
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
      ]
    }