aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2020-12-18 16:08:57 -0300
committerLudovic Courtès <ludo@gnu.org>2020-12-22 16:32:29 +0100
commit46a391394e5c443e9a67b4f62157deff0e4cf061 (patch)
tree50a238ddc31e6c22e3e9ca2a0e1a362f0c855953
parentb9ab9fee74311c8f56a5147b6dea789075b1fa82 (diff)
downloadguix-46a391394e5c443e9a67b4f62157deff0e4cf061.tar
guix-46a391394e5c443e9a67b4f62157deff0e4cf061.tar.gz
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>
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f7263b5841..4caedb14f4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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)