1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

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
commit 3545243f10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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