nixpkgs/pkgs
Steven Taschuk 3edf455269 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.
2017-03-18 08:34:28 -04:00
..
applications gnome_mplayer: fix src and build 2017-03-18 12:47:57 +01:00
build-support Merge pull request #22571 from LnL7/darwin-frameworks-hook 2017-03-15 11:33:23 -04:00
common-updater maintainers: Add script to patch version/sha256 in .nix files 2017-02-19 16:51:17 +02:00
data hasklig: 0.9 -> 1.1 2017-03-05 15:32:30 +01:00
desktops Merge pull request #23954 from jbaum98/pdfpc-darwin 2017-03-17 07:59:41 +01:00
development xxdiff-tip: init at 4.0.1.20170111 2017-03-18 12:41:09 +01:00
games sgt-puzzles: 20161228.7cae89f -> 20170228.1f613ba 2017-03-09 18:47:37 +01:00
misc vlock: improve eintr patch 2017-03-11 10:00:06 +01:00
os-specific linux: 4.4.53 -> 4.4.54 2017-03-17 17:25:40 -04:00
servers Merge pull request #23991 from NickHu/tvheadend 2017-03-18 10:25:46 +01:00
shells Merge pull request #23875 from NeQuissimus/oh-my-zsh_2017-02-27 2017-03-13 20:07:59 -04:00
stdenv Revert "stdenv: aarch64 is also ARM" 2017-03-11 15:57:51 +02:00
test
tools wayv: install docs 2017-03-18 12:41:09 +01:00
top-level spambayes: Add bsddb build input 2017-03-18 08:34:28 -04:00