lol

treewide: Mass replace 'libtiff}/lib' to refer the 'out' output

+1 -1
+1 -1
pkgs/tools/graphics/netpbm/default.nix
··· 25 25 cp config.mk.in config.mk 26 26 echo "STATICLIB_TOO = n" >> config.mk 27 27 substituteInPlace "config.mk" \ 28 - --replace "TIFFLIB = NONE" "TIFFLIB = ${libtiff}/lib/libtiff.so" \ 28 + --replace "TIFFLIB = NONE" "TIFFLIB = ${libtiff.out}/lib/libtiff.so" \ 29 29 --replace "TIFFHDR_DIR =" "TIFFHDR_DIR = ${libtiff}/include" 30 30 ''; 31 31