forked from mirrors/nixpkgs
Merge pull request #175576 from trofi/add-pip-to-moz-phab
moz-phab: add missing 'pip' runtime dependency
This commit is contained in:
commit
12a7e46859
|
@ -5,6 +5,7 @@
|
|||
# build inputs
|
||||
, distro
|
||||
, glean-sdk
|
||||
, pip
|
||||
, python-hglib
|
||||
, sentry-sdk
|
||||
, setuptools
|
||||
|
@ -30,6 +31,7 @@ buildPythonApplication rec {
|
|||
propagatedBuildInputs = [
|
||||
distro
|
||||
glean-sdk
|
||||
pip
|
||||
python-hglib
|
||||
sentry-sdk
|
||||
setuptools
|
||||
|
|
Loading…
Reference in a new issue