summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-11-26 13:23:31 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-26 13:23:31 +0100
commit6034c3599bbddd5ec23b89c1594e4a0ef8a1b79d (patch)
tree160b6e60442599954ae3f888057f9d67958911d4 /gnu/packages/gnome.scm
parent96d3c3eee85f3745da29fd9bd74846a53509f804 (diff)
downloadguix-patches-6034c3599bbddd5ec23b89c1594e4a0ef8a1b79d.tar
guix-patches-6034c3599bbddd5ec23b89c1594e4a0ef8a1b79d.tar.gz
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.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 1 insertions, 6 deletions
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