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
@@ -1,4 +1,4 @@
{stdenv, fetchurl, openssl, cyrus_sasl, db4, groff}:
{stdenv, fetchurl, openssl, cyrus_sasl, db, groff}:
stdenv.mkDerivation rec {
name = "openldap-2.4.38";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1l8zng86alhcmmmw09r1c4dzl7yvk6dy5fq9zia96pgck4srl848";
};
buildInputs = [ openssl cyrus_sasl db4 groff ];
buildInputs = [ openssl cyrus_sasl db groff ];
configureFlags =
[ "--enable-overlays"