summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/termplotlib')
-rw-r--r--pkgs/development/python-modules/termplotlib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/termplotlib/default.nix b/pkgs/development/python-modules/termplotlib/default.nix
index 89fd114ad739..5ed244959eb1 100644
--- a/pkgs/development/python-modules/termplotlib/default.nix
+++ b/pkgs/development/python-modules/termplotlib/default.nix
@@ -25,7 +25,7 @@ buildPythonPackage rec {
];
format = "pyproject";
- checkInputs = [
+ nativeCheckInputs = [
pytestCheckHook
exdown
];