1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

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
+1 -1
View File
@@ -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)