pipx: add missing dependency

One test is failing, but this still felt worth committing.
This commit is contained in:
Vladimír Čunát
2024-03-17 10:41:27 +01:00
parent 33d82ac2b5
commit f4bc21c1fd
@@ -3,6 +3,7 @@
, buildPythonPackage
, fetchFromGitHub
, hatchling
, hatch-vcs
, importlib-metadata
, packaging
, pip
@@ -29,6 +30,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
hatchling
hatch-vcs
];
propagatedBuildInputs = [