gnu: balsa: Fix build.

* gnu/packages/mail.scm (balsa)[arguments]: Add #:phase to build with newer
WebKitGTK.
[inputs]: Change from GTKSOURCEVIEW to GTKSOURCEVIEW-4.
This commit is contained in:
Marius Bakke 2022-11-30 14:13:21 +01:00
parent 00ddf185e6
commit 34a70b1f86
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3833,7 +3833,13 @@ (define-public balsa
"--with-gpgme"
"--with-sqlite"
"--with-compface"
"--with-ldap")))
"--with-ldap")
#:phases (modify-phases %standard-phases
(add-after 'unpack 'adjust-for-new-webkitgtk
(lambda _
(substitute* "configure"
(("webkit2gtk-4.0")
"webkit2gtk-4.1")))))))
(inputs
(list cyrus-sasl
enchant
@ -3842,7 +3848,7 @@ (define-public balsa
gnutls
gpgme
gtk+
gtksourceview
gtksourceview-4
gtkspell3
libassuan ; in gpgme.pc Requires
libcanberra