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:
parent
276efadd84
commit
83bd1b70cc
1 changed files with 1 additions and 1 deletions
|
@ -1304,7 +1304,7 @@ of data to either CD/DVD/BD.")
|
||||||
("glib:bin" ,glib "bin"))) ; glib-genmarshal
|
("glib:bin" ,glib "bin"))) ; glib-genmarshal
|
||||||
(inputs
|
(inputs
|
||||||
`(("exo" ,exo)
|
`(("exo" ,exo)
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup-minimal-2)
|
||||||
("libxfce4ui" ,libxfce4ui)
|
("libxfce4ui" ,libxfce4ui)
|
||||||
("xfce4-panel" ,xfce4-panel)))
|
("xfce4-panel" ,xfce4-panel)))
|
||||||
(home-page "https://goodies.xfce.org/projects/applications/xfce4-screenshooter")
|
(home-page "https://goodies.xfce.org/projects/applications/xfce4-screenshooter")
|
||||||
|
|
Reference in a new issue