Merge #12779: Mass replace pkg}/bin-style strings

... to refer to correct outputs
This commit is contained in:
Vladimír Čunát
2016-02-03 17:25:22 +01:00
30 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
substituteInPlace jhead.c \
--replace "\" Compiled: \"__DATE__" "" \
--replace "jpegtran -trim" "${libjpeg}/bin/jpegtran -trim"
--replace "jpegtran -trim" "${libjpeg.bin}/bin/jpegtran -trim"
'';
installPhase = ''