python.pkgs.TheanoWithoutCuda: don't propagate stdenv
Fixes errors during buildEnv.
This commit is contained in:
parent
c3b9eca876
commit
db5a5ccf2b
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user