summary refs log tree commit diff
path: root/pkgs/development/python-modules/geometric/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/geometric/default.nix')
-rw-r--r--pkgs/development/python-modules/geometric/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/geometric/default.nix b/pkgs/development/python-modules/geometric/default.nix
index 775ace5f6b2..984eded7955 100644
--- a/pkgs/development/python-modules/geometric/default.nix
+++ b/pkgs/development/python-modules/geometric/default.nix
@@ -34,7 +34,7 @@ buildPythonPackage rec {
     export OMP_NUM_THREADS=2
   '';
 
-  checkInputs = [ pytestCheckHook ];
+  nativeCheckInputs = [ pytestCheckHook ];
 
   meta = with lib; {
     description = "Geometry optimization code for molecular structures";