python313Packages.kajiki: fix build (#451131)

This commit is contained in:
Jonas Heinrich
2025-10-26 08:56:39 +01:00
committed by GitHub
@@ -6,12 +6,13 @@
linetable,
pytestCheckHook,
pythonOlder,
hatchling,
}:
buildPythonPackage rec {
pname = "kajiki";
version = "1.0.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -24,6 +25,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ linetable ];
build-system = [ hatchling ];
nativeCheckInputs = [
babel
pytestCheckHook