Commit d58f63bd authored by Minegame YTB's avatar Minegame YTB Committed by github-actions[bot]
Browse files

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

(cherry picked from commit aa84102f)
parent fe5a4fcd
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
      ]
    }