gale: add glib-networking to fix icon loading (#396363)

This commit is contained in:
Nick Cao
2025-04-07 17:37:05 -04:00
committed by GitHub
+4 -2
View File
@@ -13,8 +13,9 @@
pkg-config,
wrapGAppsHook3,
openssl,
glib-networking,
libsoup_3,
openssl,
webkitgtk_4_1,
}:
@@ -66,9 +67,10 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
glib-networking # needed to load icons
libsoup_3
webkitgtk_4_1
openssl
webkitgtk_4_1
];
meta = {