all messages for Guix-related lists mirrored at yhetil.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

* bug#52036: [PATCH] gnu: xfce4-screenshooter: Fix build.
  2021-11-22 10:51 [bug#52036] [PATCH] gnu: xfce4-screenshooter: Fix build Brendan Tildesley
@ 2021-11-22 12:07 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-22 12:07 UTC (permalink / raw)
  To: Brendan Tildesley; +Cc: 52036-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 83bd1b70cc568a287bd72c5777e3489ef7e6cf3b.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.