Move all db4 packages to the default db5
This commit is contained in:
committed by
Bjørn Forsman
parent
99f5d2edb4
commit
bdb842d5eb
@@ -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/;
|
||||
|
||||
Reference in New Issue
Block a user