pythonPackages.xgboost: only with Python 3.x

This commit is contained in:
Frederik Rietdijk 2016-12-25 16:48:14 +01:00
parent 2469d0bd28
commit f2df4cef5c

View file

@ -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