mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 03:27:24 +00:00
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:
parent
d680ded26d
commit
ac08996721
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user