forked from mirrors/nixpkgs
treewide: Mass replace 'libjpeg}/bin' to refer the 'bin' output
This commit is contained in:
parent
76cfa449dc
commit
0eb84e882b
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue