gnome-extensions-cli: fix build

This commit is contained in:
Martin Weinelt 2024-03-12 03:02:24 +01:00
parent 8e08b46df9
commit 1dbf8a8c16

View File

@ -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
];