Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3edf45526901ce33d43f774dff2eb36d6e283f96
      
https://github.com/NixOS/nixpkgs/commit/3edf45526901ce33d43f774dff2eb36d6e283f96
  Author: Steven Taschuk <ste...@amotlpaa.org>
  Date:   2017-03-18 (Sat, 18 Mar 2017)

  Changed paths:
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  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.


  Commit: 5acc9eeaca9ec84592f38131203d756c08154b58
      
https://github.com/NixOS/nixpkgs/commit/5acc9eeaca9ec84592f38131203d756c08154b58
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-03-18 (Sat, 18 Mar 2017)

  Changed paths:
    M pkgs/top-level/python-packages.nix

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

spambayes: Add bsddb3 build input


Compare: https://github.com/NixOS/nixpkgs/compare/6694376627d3...5acc9eeaca9e
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to