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

This commit is contained in:
Tuomas Tynkkynen
2016-02-01 20:46:28 +02:00
parent 5dfcafb205
commit e97e690244
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
gcc -o pxz pxz.c -llzma \
-fopenmp -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 \
-DPXZ_BUILD_DATE=\"nixpkgs\" \
-DXZ_BINARY=\"${xz}/bin/xz\" \
-DXZ_BINARY=\"${xz.bin}/bin/xz\" \
-DPXZ_VERSION=\"${version}\"
'';