python3.pkgs.pipdeptree: fix propagatedBuildInputs typo

This commit is contained in:
Theodore Ni
2023-08-23 17:20:05 -07:00
parent a2bb835e2c
commit 42926ea7d8
@@ -33,7 +33,7 @@ buildPythonPackage rec {
hatch-vcs
];
propagatedBuildInput = [
propagatedBuildInputs = [
pip
];