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 \
|
substituteInPlace jhead.c \
|
||||||
--replace "\" Compiled: \"__DATE__" "" \
|
--replace "\" Compiled: \"__DATE__" "" \
|
||||||
--replace "jpegtran -trim" "${libjpeg}/bin/jpegtran -trim"
|
--replace "jpegtran -trim" "${libjpeg.bin}/bin/jpegtran -trim"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user