diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-16 14:36:35 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-16 14:36:35 +0100 |
commit | a96add791976bc140da49350f2df959218fd6a5c (patch) | |
tree | d44bc9cb3c7013c6c20f1a71fae03a70d1ea8d81 | |
parent | 7fd93d8e4e431bd5691bd947aeb0e3af8f4848c7 (diff) | |
download | guix-a96add791976bc140da49350f2df959218fd6a5c.tar guix-a96add791976bc140da49350f2df959218fd6a5c.tar.gz |
gnu: gnucash: Use webkitgtk-with-libsoup2.
* gnu/packages/gnucash.scm (gnucash)[inputs]: Replace webkitgtk by
webkitgtk-with-libsoup2.
-rw-r--r-- | gnu/packages/gnucash.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index 921d5af1bd..239c9d03cd 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) |