diff options
Diffstat (limited to 'pkgs/development/python-modules/python-barcode')
| -rw-r--r-- | pkgs/development/python-modules/python-barcode/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-barcode/default.nix b/pkgs/development/python-modules/python-barcode/default.nix index 5d64f933b691..dc54f7075fdc 100644 --- a/pkgs/development/python-modules/python-barcode/default.nix +++ b/pkgs/development/python-modules/python-barcode/default.nix @@ -36,7 +36,7 @@ buildPythonPackage rec { --replace "--no-cov-on-fail" "" ''; - checkInputs = [ + nativeCheckInputs = [ pytestCheckHook ] ++ passthru.optional-dependencies.images; |
