python3Packages.leb128: fix build (#501424)

This commit is contained in:
Pol Dellaiera
2026-03-20 10:27:26 +00:00
committed by GitHub
@@ -1,7 +1,7 @@
{
buildPythonPackage,
fetchFromGitHub,
setuptools,
hatchling,
pytestCheckHook,
lib,
}:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
hash = "sha256-X3iBYiANzM97M91dCyjEU/Onhqcid3MMsNzzKtcRcyA=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
nativeCheckInputs = [ pytestCheckHook ];