gale: add glib-networking to fix icon loading

This commit is contained in:
TomaSajt 2025-04-05 17:05:37 +02:00
parent 6504a9b478
commit ba440403c0
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -13,8 +13,9 @@
pkg-config, pkg-config,
wrapGAppsHook3, wrapGAppsHook3,
openssl, glib-networking,
libsoup_3, libsoup_3,
openssl,
webkitgtk_4_1, webkitgtk_4_1,
}: }:
@ -66,9 +67,10 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
buildInputs = [ buildInputs = [
glib-networking # needed to load icons
libsoup_3 libsoup_3
webkitgtk_4_1
openssl openssl
webkitgtk_4_1
]; ];
meta = { meta = {