guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: evolution-data-server: Fix buil


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: evolution-data-server: Fix build.
Date: Fri, 26 Nov 2021 07:35:28 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 6034c35  gnu: evolution-data-server: Fix build.
6034c35 is described below

commit 6034c3599bbddd5ec23b89c1594e4a0ef8a1b79d
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Nov 26 13:23:31 2021 +0100

    gnu: evolution-data-server: Fix build.
    
    * gnu/packages/gnome.scm (evolution-data-server)[inputs]: Replace webkitgtk 
by
      webkitgtk-with-libsoup2.
      [arguments]: Remove 'adjust-webkitgtk-version' phase.
---
 gnu/packages/gnome.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 583b754..d20650c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7784,11 +7784,6 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and 
Kerberos.")
                "-DENABLE_INTROSPECTION=ON"))  ;required for Vala bindings
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'adjust-webkitgtk-version
-           (lambda _
-             (substitute* "CMakeLists.txt"
-               (("webkit2gtk-4.0")
-                "webkit2gtk-4.1"))))
          (add-after 'unpack 'disable-failing-tests
            (lambda _
              ;; tests/book-migration/test-migration.c:160:test_fetch_contacts:
@@ -7835,7 +7830,7 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and 
Kerberos.")
        ("libgweather" ,libgweather)
        ("mit-krb5" ,mit-krb5)
        ("openldap" ,openldap)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk" ,webkitgtk-with-libsoup2)))
     (synopsis "Store address books and calendars")
     (home-page "https://wiki.gnome.org/Apps/Evolution";)
     (description



reply via email to

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