bogofilter: get rid of bdb alias

This commit is contained in:
Mathijs Kwik 2013-12-16 14:30:55 +01:00
parent 5e2921df64
commit c9cf6ecd40
2 changed files with 3 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{fetchurl, stdenv, flex, bdb}:
{fetchurl, stdenv, flex, db4}:
stdenv.mkDerivation rec {
name = "bogofilter-1.2.4";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
# FIXME: We would need `pax' as a "propagated build input" (for use
# by the `bf_tar' script) but we don't have it currently.
buildInputs = [ flex bdb ];
buildInputs = [ flex db4 ];
meta = {
homepage = http://bogofilter.sourceforge.net/;

View file

@ -612,9 +612,7 @@ let
inherit unzip;
};
bogofilter = callPackage ../tools/misc/bogofilter {
bdb = db4;
};
bogofilter = callPackage ../tools/misc/bogofilter { };
bsdiff = callPackage ../tools/compression/bsdiff { };