[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52036] [PATCH] gnu: xfce4-screenshooter: Fix build.
From: |
Brendan Tildesley |
Subject: |
[bug#52036] [PATCH] gnu: xfce4-screenshooter: Fix build. |
Date: |
Mon, 22 Nov 2021 21:51:56 +1100 |
* gnu/packages/xfce.scm (xfce4-screenshooter): Use libsoup 2.
---
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 91b67d9a0d..f7af8b099c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1304,7 +1304,7 @@ (define-public xfce4-screenshooter
("glib:bin" ,glib "bin"))) ; glib-genmarshal
(inputs
`(("exo" ,exo)
- ("libsoup" ,libsoup)
+ ("libsoup" ,libsoup-minimal-2)
("libxfce4ui" ,libxfce4ui)
("xfce4-panel" ,xfce4-panel)))
(home-page
"https://goodies.xfce.org/projects/applications/xfce4-screenshooter")
--
2.33.1
- [bug#52036] [PATCH] gnu: xfce4-screenshooter: Fix build.,
Brendan Tildesley <=