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:
commit
3545243f10
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue