diff options
| author | Shea Levy <shea@shealevy.com> | 2023-03-09 10:22:33 -0500 |
|---|---|---|
| committer | Shea Levy <shea@shealevy.com> | 2023-03-09 10:22:33 -0500 |
| commit | 57b37aa4205922a37cd82040ad4451335598bc06 (patch) | |
| tree | e00c8b706e71d90a8501e062b7314e887784039c /pkgs/development/python-modules/termplotlib | |
| parent | b094f644af3baabbe5d0086ef7faf2e5a33d3581 (diff) | |
| parent | 6b79fe8cdc7bc70cc289478a1da0dc07fe8da9b0 (diff) | |
Merge branch 'master' into biscuit-cli-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 ]; |
