Loading pkgs/development/python-modules/mobi/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ hatchling, standard-imghdr, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -29,6 +30,8 @@ buildPythonPackage rec { standard-imghdr ]; pythonRemoveDeps = lib.optionals (pythonOlder "3.13") [ "standard-imghdr" ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/mobi/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ hatchling, standard-imghdr, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { Loading @@ -29,6 +30,8 @@ buildPythonPackage rec { standard-imghdr ]; pythonRemoveDeps = lib.optionals (pythonOlder "3.13") [ "standard-imghdr" ]; nativeCheckInputs = [ pytestCheckHook ]; Loading