[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
From: |
guix-commits |
Subject: |
03/05: gnu: xfce-weather-plugin: Fix build by depending on libsoup2. |
Date: |
Sun, 21 Nov 2021 03:08:01 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 4c4d53ed524c148d28c2555139ad96da2c98f0fd
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Thu Nov 18 21:33:14 2021 +0000
gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
* gnu/packages/xfce.scm (xfce-weather-plugin)[inputs]: Replace libsoup with
libsoup-minimal-2.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
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 c9efdc6..91b67d9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2118,7 +2118,7 @@ lan interface (signal state, signal quality, network name
(SSID)).")
("pkg-config" ,pkg-config)))
(inputs
`(("gtk+" ,gtk+)
- ("libsoup" ,libsoup)
+ ("libsoup" ,libsoup-minimal-2)
("libxfce4ui" ,libxfce4ui)
("libxml2" ,libxml2)
("xfce4-panel" ,xfce4-panel)))