Merge pull request #24009 from stebulus/spambayes-bsddb-dep

spambayes: Add bsddb3 build input
This commit is contained in:
Michael Raskin 2017-03-18 20:27:17 +01:00 committed by GitHub
commit 5acc9eeaca

View file

@ -23932,7 +23932,7 @@ in {
sha256 = "0kqvjb89b02wp41p650ydfspi1s8d7akx1igcrw62diidqbxp04n";
};
propagatedBuildInputs = with self; [ pydns lockfile ];
propagatedBuildInputs = with self; [ bsddb3 pydns lockfile ];
meta = {
description = "Statistical anti-spam filter, initially based on the work of Paul Graham";