summary refs log tree commit diff
path: root/pkgs/development/python-modules/boost-histogram/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/boost-histogram/default.nix')
-rw-r--r--pkgs/development/python-modules/boost-histogram/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/boost-histogram/default.nix b/pkgs/development/python-modules/boost-histogram/default.nix
index eb11f2f0b35..6e461e15b82 100644
--- a/pkgs/development/python-modules/boost-histogram/default.nix
+++ b/pkgs/development/python-modules/boost-histogram/default.nix
@@ -34,7 +34,7 @@ buildPythonPackage rec {
     numpy
   ];
 
-  checkInputs = [
+  nativeCheckInputs = [
     pytestCheckHook
     pytest-benchmark
   ];