aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnucash.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-11-16 14:36:35 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-16 14:36:35 +0100
commita96add791976bc140da49350f2df959218fd6a5c (patch)
treed44bc9cb3c7013c6c20f1a71fae03a70d1ea8d81 /gnu/packages/gnucash.scm
parent7fd93d8e4e431bd5691bd947aeb0e3af8f4848c7 (diff)
downloadguix-a96add791976bc140da49350f2df959218fd6a5c.tar
guix-a96add791976bc140da49350f2df959218fd6a5c.tar.gz
gnu: gnucash: Use webkitgtk-with-libsoup2.
* gnu/packages/gnucash.scm (gnucash)[inputs]: Replace webkitgtk by webkitgtk-with-libsoup2.
Diffstat (limited to 'gnu/packages/gnucash.scm')
-rw-r--r--gnu/packages/gnucash.scm2
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)