From c9cf6ecd40ebd7cb093dbb33ee1ade3096944edf Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Mon, 16 Dec 2013 14:30:55 +0100 Subject: bogofilter: get rid of bdb alias --- pkgs/tools/misc/bogofilter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/misc/bogofilter') diff --git a/pkgs/tools/misc/bogofilter/default.nix b/pkgs/tools/misc/bogofilter/default.nix index 2ec7f433596c..09d8e888837e 100644 --- a/pkgs/tools/misc/bogofilter/default.nix +++ b/pkgs/tools/misc/bogofilter/default.nix @@ -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/; -- cgit 1.4.1