Revert "Merge pull request #78910 from serokell/libarchive-zstd"

Should go to staging instead.

This reverts commit f8d9f59abe, reversing
changes made to b27a19d5bf.
This commit is contained in:
Frederik Rietdijk
2020-05-29 21:03:02 +02:00
parent f8d9f59abe
commit 4df2f78ec7
3 changed files with 5 additions and 11 deletions

View File

@@ -50,14 +50,12 @@ stdenv.mkDerivation rec {
preInstall = ''
substituteInPlace ../programs/zstdgrep \
--replace ":-grep" ":-${gnugrep}/bin/grep" \
--replace ":-zstdcat" ":-$bin/bin/zstdcat"
--replace ":-zstdcat" ":-$out/bin/zstdcat"
substituteInPlace ../programs/zstdless \
--replace "zstdcat" "$bin/bin/zstdcat"
--replace "zstdcat" "$out/bin/zstdcat"
'';
outputs = [ "bin" "dev" "man" "out" ];
meta = with stdenv.lib; {
description = "Zstandard real-time compression algorithm";
longDescription = ''