mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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
|
||||
echo "STATICLIB_TOO = n" >> 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"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user