Move all db4 packages to the default db5

This commit is contained in:
William A. Kennington III
2014-02-15 12:03:02 +01:00
committed by Bjørn Forsman
parent 99f5d2edb4
commit bdb842d5eb
37 changed files with 81 additions and 85 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{stdenv, fetchurl, zlib, libpng, gd, geoip, db4}:
{stdenv, fetchurl, zlib, libpng, gd, geoip, db}:
stdenv.mkDerivation {
name = "webalizer-2.23-05";
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
--replace "--static" ""
'';
buildInputs = [zlib libpng gd geoip db4];
buildInputs = [zlib libpng gd geoip db];
configureFlags = "--enable-dns --enable-geoip --disable-static --enable-shared";
}