gnu: xfce4-screenshooter: Fix build.

* gnu/packages/xfce.scm (xfce4-screenshooter)[inputs]: Use libsoup 2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Brendan Tildesley 2021-11-22 21:51:56 +11:00 committed by Guillaume Le Vaillant
parent 276efadd84
commit 83bd1b70cc
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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