gnu: gnucash: Use webkitgtk-with-libsoup2.

* gnu/packages/gnucash.scm (gnucash)[inputs]: Replace webkitgtk by
  webkitgtk-with-libsoup2.
This commit is contained in:
Guillaume Le Vaillant 2021-11-16 14:36:35 +01:00
parent 7fd93d8e4e
commit a96add7919
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -83,7 +83,7 @@ (define-public gnucash
("libofx" ,libofx)
("libxml2" ,libxml2)
("libxslt" ,libxslt)
("webkitgtk" ,webkitgtk)
("webkitgtk" ,webkitgtk-with-libsoup2)
("aqbanking" ,aqbanking)
("python" ,python)
("perl-date-manip" ,perl-date-manip)