python3.pkgs.pipdeptree: fix propagatedBuildInputs typo
This commit is contained in:
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
hatch-vcs
|
||||
];
|
||||
|
||||
propagatedBuildInput = [
|
||||
propagatedBuildInputs = [
|
||||
pip
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user