python3.pkgs.pipdeptree: fix propagatedBuildInputs typo

This commit is contained in:
Theodore Ni 2023-08-22 23:08:14 -07:00
parent a2bb835e2c
commit 42926ea7d8
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
hatch-vcs
];
propagatedBuildInput = [
propagatedBuildInputs = [
pip
];