Skip to content

Commit f2df4ce

Browse files
committedDec 25, 2016
pythonPackages.xgboost: only with Python 3.x
1 parent 2469d0b commit f2df4ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/top-level/python-packages.nix

+3
Original file line numberDiff line numberDiff line change
@@ -30140,6 +30140,9 @@ EOF
3014030140
propagatedBuildInputs = with self; [ scipy ];
3014130141
buildInputs = with self; [ nose ];
3014230142

30143+
# Cannot be installed with Python 2.x, most likely due to the patch below.
30144+
disabled = !isPy3k;
30145+
3014330146
postPatch = ''
3014430147
cd python-package
3014530148

0 commit comments

Comments
 (0)
Please sign in to comment.