Skip to content

Commit

Permalink
pythonPackages.xgboost: only with Python 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 25, 2016
1 parent 2469d0b commit f2df4ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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

Expand Down

0 comments on commit f2df4ce

Please sign in to comment.