From 6034c3599bbddd5ec23b89c1594e4a0ef8a1b79d Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Fri, 26 Nov 2021 13:23:31 +0100 Subject: 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(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 583b754d01..d20650c1d7 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 -- cgit v1.2.3