bogofilter: get rid of bdb alias
This commit is contained in:
parent
5e2921df64
commit
c9cf6ecd40
@ -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/;
|
||||
|
@ -612,9 +612,7 @@ let
|
||||
inherit unzip;
|
||||
};
|
||||
|
||||
bogofilter = callPackage ../tools/misc/bogofilter {
|
||||
bdb = db4;
|
||||
};
|
||||
bogofilter = callPackage ../tools/misc/bogofilter { };
|
||||
|
||||
bsdiff = callPackage ../tools/compression/bsdiff { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user