mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue