guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: lollypop: Add dependency on glib-networking.


From: guix-commits
Subject: 03/05: gnu: lollypop: Add dependency on glib-networking.
Date: Tue, 22 Dec 2020 10:33:31 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 46a391394e5c443e9a67b4f62157deff0e4cf061
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Dec 18 16:08:57 2020 -0300

    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>
---
 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 f7263b5..4caedb1 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)



reply via email to

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