[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on
From: |
Kaelyn Takata |
Subject: |
[bug#51957] [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
- [bug#51957] [PATCH] gnu: xfce-weather-plugin: Fix build by depending on libsoup2.,
Kaelyn Takata <=