about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-05-12 21:53:12 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-12 14:25:44 +0000
commita87c1c2c9eea86db3f8cd538c30e3b012af0fd93 (patch)
treebc1eba3532abaa33370a09a306842e2ba5d5badc /pkgs/applications/networking
parent8e47858badee5594292921c2668c11004c3b0142 (diff)
meteo: Add missing glib-networking
Can easily reproduce the issue with GIO_EXTRA_MODULES= com.gitlab.bitseater.meteo.

(cherry picked from commit e9026e154565d75b1bbadeb9746a47888589eda4)
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/weather/meteo/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/weather/meteo/default.nix b/pkgs/applications/networking/weather/meteo/default.nix
index 45da18f8f7bed..5f1024f72824e 100644
--- a/pkgs/applications/networking/weather/meteo/default.nix
+++ b/pkgs/applications/networking/weather/meteo/default.nix
@@ -11,6 +11,7 @@
 , vala
 , wrapGAppsHook
 , glib
+, glib-networking
 , gtk3
 , json-glib
 , libappindicator
@@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     glib
+    glib-networking # see #311066
     gtk3
     json-glib
     libappindicator