mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
pythonPackages.bsddb3: disable Python 3.x
This commit is contained in:
parent
ab870b756e
commit
2a46ead803
@ -2169,6 +2169,9 @@ in modules // {
|
||||
|
||||
buildInputs = [ pkgs.db ];
|
||||
|
||||
# Judging from SyntaxError in test
|
||||
disabled = isPy3k;
|
||||
|
||||
# Path to database need to be set.
|
||||
# Somehow the setup.py flag is not propagated.
|
||||
#setupPyBuildFlags = [ "--berkeley-db=${pkgs.db}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user