mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
pythonPackages.xgboost: only with Python 3.x
This commit is contained in:
parent
2469d0bd28
commit
f2df4cef5c
@ -30140,6 +30140,9 @@ EOF
|
||||
propagatedBuildInputs = with self; [ scipy ];
|
||||
buildInputs = with self; [ nose ];
|
||||
|
||||
# Cannot be installed with Python 2.x, most likely due to the patch below.
|
||||
disabled = !isPy3k;
|
||||
|
||||
postPatch = ''
|
||||
cd python-package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user