treewide: Mass replace 'bzip2}/bin' to refer the 'bin' output

This commit is contained in:
Tuomas Tynkkynen
2016-02-01 20:45:57 +02:00
parent 9782c593ed
commit 5f4a8de754
6 changed files with 7 additions and 7 deletions
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
postPatch = ''
sed -e 's|"gzip"|"${gzip}/bin/gzip"|' \
-e 's|"bzip2"|"${bzip2}/bin/bzip2"|' \
-e 's|"bzip2"|"${bzip2.bin}/bin/bzip2"|' \
-e 's|"xz"|"${xz}/bin/xz"|' \
-i ui-snapshot.c
'';