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 ];
|
propagatedBuildInputs = with self; [ scipy ];
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
|
|
||||||
|
# Cannot be installed with Python 2.x, most likely due to the patch below.
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cd python-package
|
cd python-package
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user