python3Packages.leb128: fix build

This commit is contained in:
Sigmanificient
2026-03-19 22:24:19 +01:00
parent 3a813e37cc
commit 7724773f8c
@@ -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 ];