guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: balsa: Fix build.


From: guix-commits
Subject: 01/12: gnu: balsa: Fix build.
Date: Thu, 1 Dec 2022 18:25:08 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 34a70b1f8691f87bc242c9b4adbf69bc0107e707
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 30 14:13:21 2022 +0100

    gnu: balsa: Fix build.
    
    * gnu/packages/mail.scm (balsa)[arguments]: Add #:phase to build with newer
    WebKitGTK.
    [inputs]: Change from GTKSOURCEVIEW to GTKSOURCEVIEW-4.
---
 gnu/packages/mail.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index cef5fe2916..fb4f20494b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3833,7 +3833,13 @@ tools and applications:
          "--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 @@ tools and applications:
            gnutls
            gpgme
            gtk+
-           gtksourceview
+           gtksourceview-4
            gtkspell3
            libassuan ; in gpgme.pc Requires
            libcanberra



reply via email to

[Prev in Thread] Current Thread [Next in Thread]