python.pkgs.TheanoWithoutCuda: don't propagate stdenv

Fixes errors during buildEnv.
This commit is contained in:
Nikolay Amiantov 2017-09-05 19:34:24 +03:00
parent c3b9eca876
commit db5a5ccf2b

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
# the fix for which hasn't been merged yet.
# keep Nose around since running the tests by hand is possible from Python or bash
propagatedBuildInputs = [ stdenv nose numpy numpy.blas pydot_ng scipy six ];
propagatedBuildInputs = [ nose numpy numpy.blas pydot_ng scipy six ];
meta = {
homepage = http://deeplearning.net/software/theano/;