[staging-next] python3Packages.statmake: fix build (#434777)

This commit is contained in:
K900
2025-08-19 12:07:30 +03:00
committed by GitHub
@@ -13,6 +13,8 @@
pythonOlder,
ufo2ft,
ufolib2,
hatchling,
hatch-vcs,
}:
buildPythonPackage rec {
@@ -29,6 +31,11 @@ buildPythonPackage rec {
hash = "sha256-UqL3l27Icu5DoVvFYctbOF7gvKvVV6hK1R5A1y9SYkU=";
};
build-system = [
hatchling
hatch-vcs
];
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [