diff options
| author | Steven Taschuk <steven@amotlpaa.org> | 2017-03-18 08:34:28 -0400 |
|---|---|---|
| committer | Steven Taschuk <steven@amotlpaa.org> | 2017-03-18 08:34:28 -0400 |
| commit | 3edf45526901ce33d43f774dff2eb36d6e283f96 (patch) | |
| tree | 79dc96f07af66ca978fa7b034ebf7278709449aa /pkgs/development/python-modules/GitPython | |
| parent | 4e2f802ce815dea0a4625a8285f5c7e7f74cf8ab (diff) | |
spambayes: Add bsddb build input
To reproduce the issue:
```
nix-build -E 'import <nixpkgs> {}' -A python27Packages.spambayes
result/bin/sb_filter.py </dev/null
```
Before this commit, this fails with
```
[...]
File "/nix/store/vlgr1wrxd2wiw5ay5ch54365dzqvcwgq-python2.7-spambayes-1.1b1/lib/python2.7/site-packages/spambayes/dbmstorage.py", line 20, in open_dbhash
return bsddb.hashopen(*args)
AttributeError: 'NoneType' object has no attribute 'hashopen'
```
After this commit, it doesn't.
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
0 files changed, 0 insertions, 0 deletions
