forked from mirrors/nixpkgs
Merge pull request #24009 from stebulus/spambayes-bsddb-dep
spambayes: Add bsddb3 build input
This commit is contained in:
commit
5acc9eeaca
|
@ -23932,7 +23932,7 @@ in {
|
||||||
sha256 = "0kqvjb89b02wp41p650ydfspi1s8d7akx1igcrw62diidqbxp04n";
|
sha256 = "0kqvjb89b02wp41p650ydfspi1s8d7akx1igcrw62diidqbxp04n";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pydns lockfile ];
|
propagatedBuildInputs = with self; [ bsddb3 pydns lockfile ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Statistical anti-spam filter, initially based on the work of Paul Graham";
|
description = "Statistical anti-spam filter, initially based on the work of Paul Graham";
|
||||||
|
|
Loading…
Reference in a new issue