unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
@ 2021-11-18 21:33 Kaelyn Takata via Guix-patches via
  2021-11-18 21:50 ` Kaelyn via Guix-patches via
  2021-11-21  8:05 ` bug#51957: [PATCH core-updates-frozen] " Ricardo Wurmus
  0 siblings, 2 replies; 3+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2021-11-18 21:33 UTC (permalink / raw)
  To: 51957; +Cc: Kaelyn Takata

* 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






^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-21  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 21:33 [bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2 Kaelyn Takata via Guix-patches via
2021-11-18 21:50 ` Kaelyn via Guix-patches via
2021-11-21  8:05 ` bug#51957: [PATCH core-updates-frozen] " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).