diff options
| author | Clément DOUIN <soywod@users.noreply.github.com> | 2023-02-08 16:55:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-08 16:55:13 +0100 |
| commit | 024c0dc1e44e51fdc9d4cfed7ba3645406cd511c (patch) | |
| tree | 8da98af4333017622a024e0a13d1916b58ebb988 /pkgs/development/python-modules/termplotlib | |
| parent | 42d3c2083fe985218c004f9bbb96382d995df0da (diff) | |
| parent | 94a6a5c81a232a98c6df0977ab16019d759135e5 (diff) | |
Merge branch 'NixOS:master' into master
Diffstat (limited to 'pkgs/development/python-modules/termplotlib')
| -rw-r--r-- | pkgs/development/python-modules/termplotlib/default.nix | 2 |
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 ]; |
