diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-16 19:09:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-16 19:09:15 +0200 |
commit | 3d0b40ad7c369534f7f4c0c148b5b3b3ddc73542 (patch) | |
tree | 5df24b5dc2f3ae79ed2e2901cddeaf311a756d86 /gnu | |
parent | 68c3ca933d1621586b9e73944b194e5304130198 (diff) | |
download | guix-3d0b40ad7c369534f7f4c0c148b5b3b3ddc73542.tar.gz guix-3d0b40ad7c369534f7f4c0c148b5b3b3ddc73542.zip |
gnu: evolution-data-server: Remove obsolete workaround.
* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Do not pass
"-DU_USING_ICU_NAMESPACE" in <#:configure-flags>.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b0bbc12cdf..dc36d052c5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5177,11 +5177,6 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.") "-DENABLE_GOOGLE=OFF" ;disable Google Contacts support "-DENABLE_GOOGLE_AUTH=OFF" ;disable Google authentication "-DENABLE_VALA_BINDINGS=ON" - ;; FIXME: Temporarily use "-DU_USING_ICU_NAMESPACE=1" until - ;; evolution-data-server has been updated to qualify ICU types - ;; explicitly, as required by ICU 61 and later. See: - ;; <https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild> - "-DU_USING_ICU_NAMESPACE=1" (string-append "-DCMAKE_INSTALL_RPATH=" lib ";" (string-append lib "/evolution-data-server;") (string-join runpaths ";")) |