python310Packages.hatch-requirements-txt: add hatchling to nativeBuildInputs

This commit is contained in:
Robert Schütz
2023-01-20 14:29:44 -08:00
parent 913dcab3b3
commit abb7ce53d7
@@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, hatch
, hatchling
, packaging
, pytestCheckHook
@@ -20,7 +19,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
hatch
hatchling
];
propagatedBuildInputs = [