nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

pythonPackages.sklearn-deap: dropping a comment

-1
-1
pkgs/development/python-modules/sklearn-deap/default.nix
··· 14 14 15 15 propagatedBuildInputs = [ numpy scipy deap scikitlearn ]; 16 16 17 - #doCheck = false; 18 17 checkPhase = '' 19 18 ${python.interpreter} test.py 20 19 '';