treewide: Mass replace 'zlib}/lib' to refer the 'out' output
This commit is contained in:
@@ -12,7 +12,7 @@ buildPerlPackage rec {
|
||||
cat > config.in <<EOF
|
||||
BUILD_ZLIB = False
|
||||
INCLUDE = ${zlib}/include
|
||||
LIB = ${zlib}/lib
|
||||
LIB = ${zlib.out}/lib
|
||||
OLD_ZLIB = False
|
||||
GZIP_OS_CODE = AUTO_DETECT
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user