gale: add glib-networking to fix icon loading
This commit is contained in:
parent
6504a9b478
commit
ba440403c0
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user