diff mbox series

[bug#52036] gnu: xfce4-screenshooter: Fix build.

Message ID 20211122105156.32044-1-mail@brendan.scot
State Accepted
Headers show
Series [bug#52036] gnu: xfce4-screenshooter: Fix build. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Brendan Tildesley Nov. 22, 2021, 10:51 a.m. UTC
* gnu/packages/xfce.scm (xfce4-screenshooter): Use libsoup 2.
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guillaume Le Vaillant Nov. 22, 2021, 12:07 p.m. UTC | #1
Patch pushed as 83bd1b70cc568a287bd72c5777e3489ef7e6cf3b.
Thanks.
diff mbox series

Patch

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")