guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: gnucash: Use webkitgtk-with-lib


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gnucash: Use webkitgtk-with-libsoup2.
Date: Tue, 16 Nov 2021 08:52:00 -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 a96add7  gnu: gnucash: Use webkitgtk-with-libsoup2.
a96add7 is described below

commit a96add791976bc140da49350f2df959218fd6a5c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Nov 16 14:36:35 2021 +0100

    gnu: gnucash: Use webkitgtk-with-libsoup2.
    
    * gnu/packages/gnucash.scm (gnucash)[inputs]: Replace webkitgtk by
      webkitgtk-with-libsoup2.
---
 gnu/packages/gnucash.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 921d5af..239c9d0 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -83,7 +83,7 @@
        ("libofx" ,libofx)
        ("libxml2" ,libxml2)
        ("libxslt" ,libxslt)
-       ("webkitgtk" ,webkitgtk)
+       ("webkitgtk" ,webkitgtk-with-libsoup2)
        ("aqbanking" ,aqbanking)
        ("python" ,python)
        ("perl-date-manip" ,perl-date-manip)



reply via email to

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