gnome-extensions-cli: fix build
This commit is contained in:
parent
8e08b46df9
commit
1dbf8a8c16
1 changed files with 8 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
{ lib
|
||||
, fetchPypi
|
||||
, buildPythonApplication
|
||||
, pythonRelaxDepsHook
|
||||
, poetry-core
|
||||
, colorama
|
||||
, more-itertools
|
||||
, packaging
|
||||
, pydantic
|
||||
, pydantic_1
|
||||
, requests
|
||||
, pygobject3
|
||||
, gobject-introspection
|
||||
|
@ -27,13 +28,18 @@ buildPythonApplication rec {
|
|||
gobject-introspection
|
||||
poetry-core
|
||||
wrapGAppsNoGuiHook
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"more-itertools"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
colorama
|
||||
more-itertools
|
||||
packaging
|
||||
pydantic
|
||||
pydantic_1
|
||||
requests
|
||||
pygobject3
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue