summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-23 22:37:34 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-23 22:37:34 +0100
commit43190ac64c5181841d68beade4d19e792f4f38a2 (patch)
tree42c460b380f4cc78cb96357ad572af04822a8880 /gnu/packages/gnome.scm
parent715110a8a2e9e4b1a89635950744eb5260b8ee7f (diff)
downloadguix-patches-43190ac64c5181841d68beade4d19e792f4f38a2.tar
guix-patches-43190ac64c5181841d68beade4d19e792f4f38a2.tar.gz
gnu: evolution-data-server: Fix build with libical 3.0.7.
* gnu/packages/patches/evolution-data-server-libical-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gnome.scm (evolution-data-server)[source](patches): Add it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cadd4d0655..ba5181c756 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6256,7 +6256,8 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
- (patches (search-patches "evolution-data-server-locales.patch"))
+ (patches (search-patches "evolution-data-server-locales.patch"
+ "evolution-data-server-libical-compat.patch"))
(sha256
(base32
"0zsc9xwy6ixk3x0dx69ax5isrdw8qxjdxg2i5fr95s40nss7rxl3"))))