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 @@
{ fetchurl, stdenv, openssl, pkgconfig, db4 }:
{ fetchurl, stdenv, openssl, pkgconfig, db }:
stdenv.mkDerivation rec {
name = "isync-1.0.6";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
patches = [ ./isync-recursice-imap.patch ]; # usefull patch to enable subfolders listing
buildInputs = [ openssl pkgconfig db4 ];
buildInputs = [ openssl pkgconfig db ];
meta = {
homepage = http://isync.sourceforge.net/;