GNU bug report logs - #51957
[PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.

Previous Next

Package: guix-patches;

Reported by: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>

Date: Thu, 18 Nov 2021 21:34:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

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: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51957: closed ([PATCH core-updates-frozen] gnu:
 xfce-weather-plugin: Fix build by depending on libsoup2.)
Date: Sun, 21 Nov 2021 08:11:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 21 Nov 2021 08:05:44 +0000
with message-id <87h7c6gc8u.fsf <at> elephly.net>
and subject line [PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
has caused the debbugs.gnu.org bug report #51957,
regarding [PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
to be marked as done.

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


-- 
51957: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51957
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Subject: [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
Date: Thu, 18 Nov 2021 21:33:14 +0000
* gnu/packages/xfce.scm (xfce-weather-plugin)[inputs]: Depend on
libsoup-minimal-2 as the current version only supports libsoup2.
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c9efdc6efe..91b67d9a0d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2118,7 +2118,7 @@ (define-public xfce4-weather-plugin
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("gtk+" ,gtk+)
-       ("libsoup" ,libsoup)
+       ("libsoup" ,libsoup-minimal-2)
        ("libxfce4ui" ,libxfce4ui)
        ("libxml2" ,libxml2)
        ("xfce4-panel" ,xfce4-panel)))
-- 
2.33.1




[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 51957-done <at> debbugs.gnu.org
Subject: [PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by
 depending on libsoup2.
Date: Sun, 21 Nov 2021 08:05:44 +0000
Thank you, I applied the patch to core-updates-frozen.

-- 
Ricardo


This bug report was last modified 3 years and 183 days ago.

Previous Next


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