mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
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>.
This commit is contained in:
parent
68c3ca933d
commit
3d0b40ad7c
1 changed files with 0 additions and 5 deletions
|
@ -5177,11 +5177,6 @@ (define-public evolution-data-server
|
|||
"-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 ";"))
|
||||
|
|
Loading…
Reference in a new issue