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

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

bug#51957: closed ([PATCH core-updates-frozen] gnu: xfce-weather-plugin:


From: GNU bug Tracking System
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

Your message dated Sun, 21 Nov 2021 08:05:44 +0000
with message-id <87h7c6gc8u.fsf@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@gnu.org.)


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





--- End Message ---
--- Begin Message --- Subject: [PATCH core-updates-frozen] gnu: xfce-weather-plugin: Fix build by depending on libsoup2. Date: Sun, 21 Nov 2021 08:05:44 +0000 User-agent: mu4e 1.6.6; emacs 27.2
Thank you, I applied the patch to core-updates-frozen.

--
Ricardo


--- End Message ---

reply via email to

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