Loading pkgs/development/python-modules/leb128/default.nix +2 −2 Original line number Diff line number Diff line { buildPythonPackage, fetchFromGitHub, setuptools, hatchling, pytestCheckHook, lib, }: Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { hash = "sha256-X3iBYiANzM97M91dCyjEU/Onhqcid3MMsNzzKtcRcyA="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/leb128/default.nix +2 −2 Original line number Diff line number Diff line { buildPythonPackage, fetchFromGitHub, setuptools, hatchling, pytestCheckHook, lib, }: Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { hash = "sha256-X3iBYiANzM97M91dCyjEU/Onhqcid3MMsNzzKtcRcyA="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; nativeCheckInputs = [ pytestCheckHook ]; Loading