meteo: Add missing glib-networking

Can easily reproduce the issue with GIO_EXTRA_MODULES= com.gitlab.bitseater.meteo.
This commit is contained in:
Bobby Rong 2024-05-12 21:53:12 +08:00
parent 023afbdb27
commit e9026e1545
No known key found for this signature in database

View File

@ -11,6 +11,7 @@
, vala
, wrapGAppsHook3
, glib
, glib-networking
, gtk3
, json-glib
, libappindicator
@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
glib-networking # see #311066
gtk3
json-glib
libappindicator