Loading pkgs/development/python-modules/ndeflib/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pytest8_3CheckHook, pythonAtLeast, setuptools, }: Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest8_3CheckHook ]; pythonImportsCheck = [ "ndef" ]; Loading Loading
pkgs/development/python-modules/ndeflib/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pytest8_3CheckHook, pythonAtLeast, setuptools, }: Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest8_3CheckHook ]; pythonImportsCheck = [ "ndef" ]; Loading