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
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
export PATH_CP=$(type -tp cp)
export PATH_CHKCONFIG=/no-such-program
export BZIP=${bzip2}/bin/bzip2
export BZIP=${bzip2.bin}/bin/bzip2
export SYSTEMCTL=systemctl
'';