gradience: add glib-networking to buildInputs

The Gradience supports downloading community presets which are located
at GitHub using HTTPS:

af81166e2b/gradience/backend/globals.py (L31-L34)

However glib-networking is required for TLS support.

This patch adds this missing dependency to fix downloading Gradience
presets.
This commit is contained in:
夜坂雅 2023-08-21 18:37:08 +08:00
parent d680ded26d
commit ac08996721
No known key found for this signature in database
GPG Key ID: A24CE3ACA80FD3E4

View File

@ -6,6 +6,7 @@
, ninja
, pkg-config
, glib
, glib-networking
, desktop-file-utils
, gettext
, librsvg
@ -50,6 +51,7 @@ python3Packages.buildPythonApplication rec {
];
buildInputs = [
glib-networking
libadwaita
libportal
libportal-gtk4