treewide: Mass replace 'libtiff}/lib' to refer the 'out' output
This commit is contained in:
parent
052ce81124
commit
3916cf476b
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
cp config.mk.in config.mk
|
cp config.mk.in config.mk
|
||||||
echo "STATICLIB_TOO = n" >> config.mk
|
echo "STATICLIB_TOO = n" >> config.mk
|
||||||
substituteInPlace "config.mk" \
|
substituteInPlace "config.mk" \
|
||||||
--replace "TIFFLIB = NONE" "TIFFLIB = ${libtiff}/lib/libtiff.so" \
|
--replace "TIFFLIB = NONE" "TIFFLIB = ${libtiff.out}/lib/libtiff.so" \
|
||||||
--replace "TIFFHDR_DIR =" "TIFFHDR_DIR = ${libtiff}/include"
|
--replace "TIFFHDR_DIR =" "TIFFHDR_DIR = ${libtiff}/include"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user