Merge pull request #311070 from bobby285271/fix/meteo

meteo: Add missing glib-networking

Closes #311066
This commit is contained in:
Bobby Rong
2024-05-12 22:25:10 +08:00
committed by GitHub
@@ -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