perlPackages.DBFile: db -> db.lib

fix regression after 4b0638394d
This commit is contained in:
volth 2018-05-13 13:00:24 +00:00 committed by GitHub
parent 658b7c3f2e
commit a4b7be9e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ buildPerlPackage rec {
cat > config.in <<EOF cat > config.in <<EOF
PREFIX = size_t PREFIX = size_t
HASH = u_int32_t HASH = u_int32_t
LIB = ${db}/lib LIB = ${db.lib}/lib
INCLUDE = ${db}/include INCLUDE = ${db}/include
EOF EOF
''; '';