unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52036] [PATCH] gnu: xfce4-screenshooter: Fix build.
@ 2021-11-22 10:51 Brendan Tildesley
  2021-11-22 12:07 ` bug#52036: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Brendan Tildesley @ 2021-11-22 10:51 UTC (permalink / raw)
  To: 52036

* gnu/packages/xfce.scm (xfce4-screenshooter): Use libsoup 2.
---
 gnu/packages/xfce.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-22 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 10:51 [bug#52036] [PATCH] gnu: xfce4-screenshooter: Fix build Brendan Tildesley
2021-11-22 12:07 ` bug#52036: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).