gnu: lollypop: Add dependency on glib-networking.

* gnu/packages/gnome.scm (lollypop): Add dependency on glib-networking.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Vinicius Monego 2020-12-18 16:08:57 -03:00 committed by Ludovic Courtès
parent b9ab9fee74
commit 46a391394e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -10330,7 +10330,8 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
("gtk+:bin" ,gtk+ "bin") ; For gtk-update-icon-cache
("pkg-config" ,pkg-config)))
(inputs
`(("gobject-introspection" ,gobject-introspection)
`(("glib-networking" ,glib-networking)
("gobject-introspection" ,gobject-introspection)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gst-plugins-base" ,gst-plugins-base)
("libnotify" ,libnotify)