summary refs log tree commit diff
path: root/pkgs/development/python-modules/Theano/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/Theano/default.nix')
-rw-r--r--pkgs/development/python-modules/Theano/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/Theano/default.nix b/pkgs/development/python-modules/Theano/default.nix
index f596a6d804d..e931875605b 100644
--- a/pkgs/development/python-modules/Theano/default.nix
+++ b/pkgs/development/python-modules/Theano/default.nix
@@ -82,7 +82,7 @@ in 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
-  checkInputs = [ nose ];
+  nativeCheckInputs = [ nose ];
   # setuptools needed for cuda support
   propagatedBuildInputs = [
     libgpuarray_