guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: xfce4-screenshooter: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: xfce4-screenshooter: Fix build.
Date: Mon, 22 Nov 2021 07:07:27 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 83bd1b7  gnu: xfce4-screenshooter: Fix build.
83bd1b7 is described below

commit 83bd1b70cc568a287bd72c5777e3489ef7e6cf3b
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon Nov 22 21:51:56 2021 +1100

    gnu: xfce4-screenshooter: Fix build.
    
    * gnu/packages/xfce.scm (xfce4-screenshooter)[inputs]: Use libsoup 2.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 91b67d9..f7af8b0 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1304,7 +1304,7 @@ of data to either CD/DVD/BD.")
       ("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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]