guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking


From: Vinicius Monego
Subject: [bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking.
Date: Fri, 18 Dec 2020 16:08:57 -0300

* gnu/packages/gnome.scm (lollypop): Add dependency on glib-networking.
---
This dependency is required for the web features.

 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a55900f9a1..4faa6d5daa 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)
-- 
2.29.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]