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

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Fri, 18 Dec 2020 19:10:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45315: closed ([PATCH 1/2] gnu: lollypop: Add dependency on
 glib-networking.)
Date: Tue, 22 Dec 2020 14:15:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 22 Dec 2020 15:14:26 +0100
with message-id <87tuse0vy5.fsf <at> 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 <at> gnu.org.)


-- 
45315: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45315
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 45315-done <at> debbugs.gnu.org
Subject: Re: [bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on
 glib-networking.
Date: Tue, 22 Dec 2020 15:14:26 +0100
Vinicius Monego <monego <at> 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’.


This bug report was last modified 4 years and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.