emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#45315: closed ([PATCH 1/2] gnu: lollypop: Add dependency on glib-networking.)
Date: Tue, 22 Dec 2020 14:15:02 +0000

Your message dated Tue, 22 Dec 2020 15:14:26 +0100
with message-id <87tuse0vy5.fsf@gnu.org>
and subject line Re: [bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on 
glib-networking.
has caused the debbugs.gnu.org bug report #45315,
regarding [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45315: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45315
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking. Date: Tue, 22 Dec 2020 15:14:26 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Vinicius Monego <monego@posteo.net> skribis:

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

[...]

> * gnu/packages/gnome.scm (lollypop): Update to 1.4.6.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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