guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

37/37: gnu: evolution-data-server: Fix build.


From: ???
Subject: 37/37: gnu: evolution-data-server: Fix build.
Date: Thu, 28 Apr 2016 15:24:58 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit e6d076b833a44481b47494d1eea141730465f807
Author: 宋文武 <address@hidden>
Date:   Thu Apr 28 23:23:07 2016 +0800

    gnu: evolution-data-server: Fix build.
    
    * gnu/packages/gnome.scm
    (evolution-data-server)[arguments]: Pass '--disable-google-auth' to 
configure.
---
 gnu/packages/gnome.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a6a4b94..f696049 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4114,6 +4114,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
              (nspr (assoc-ref %build-inputs "nspr")))
          (list "--disable-uoa"    ; disable Ubuntu Online Accounts support
                "--disable-google" ; disable Google Contacts support
+               "--disable-google-auth" ; disable Google authentication
                (string-append "--with-nspr-includes=" nspr "/include/nspr")
                (string-append "--with-nss-includes=" nss "/include/nss")
                (string-append "--with-nss-libs=" nss "/lib/nss")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]