Move all db4 packages to the default db5

This commit is contained in:
William A. Kennington III
2014-01-31 14:05:37 -06:00
committed by Bjørn Forsman
parent 99f5d2edb4
commit bdb842d5eb
37 changed files with 81 additions and 85 deletions

View File

@@ -1,4 +1,4 @@
{fetchurl, buildPerlPackage, db4}:
{fetchurl, buildPerlPackage, db}:
buildPerlPackage rec {
name = "DB_File-1.831";
@@ -12,8 +12,8 @@ buildPerlPackage rec {
cat > config.in <<EOF
PREFIX = size_t
HASH = u_int32_t
LIB = ${db4}/lib
INCLUDE = ${db4}/include
LIB = ${db}/lib
INCLUDE = ${db}/include
EOF
'';