[staging-next] python3Packages.statmake: fix build (#434777)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user