summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorBrendan Tildesley <mail@brendan.scot>2021-11-22 21:51:56 +1100
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-22 13:04:35 +0100
commit83bd1b70cc568a287bd72c5777e3489ef7e6cf3b (patch)
treeffcaa8fbe15ef0feb4db564405827519c7f9d64d /gnu/packages/xfce.scm
parent276efadd8437d77f41c9ff2860b9ac217df3d449 (diff)
downloadguix-patches-83bd1b70cc568a287bd72c5777e3489ef7e6cf3b.tar
guix-patches-83bd1b70cc568a287bd72c5777e3489ef7e6cf3b.tar.gz
gnu: xfce4-screenshooter: Fix build.
* gnu/packages/xfce.scm (xfce4-screenshooter)[inputs]: Use libsoup 2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm2
1 files changed, 1 insertions, 1 deletions
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 @@ of data to either CD/DVD/BD.")
("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")