[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: dovecot: Use SQLite.
From: |
guix-commits |
Subject: |
05/14: gnu: dovecot: Use SQLite. |
Date: |
Wed, 18 Mar 2020 20:44:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d6894b95ec541d55447126436340faa1d86d0c5e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 18 20:17:01 2020 +0100
gnu: dovecot: Use SQLite.
* gnu/packages/mail.scm (dovecot)[arguments]: Add "--with-sqlite"
to #:configure-flags.
---
gnu/packages/mail.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index f3499b2..e7931cc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1401,7 +1401,8 @@ facilities for checking incoming mail.")
("zlib" ,zlib)))
(arguments
`(#:configure-flags '("--sysconfdir=/etc"
- "--localstatedir=/var")
+ "--localstatedir=/var"
+ "--with-sqlite") ; not auto-detected
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-file-names
- branch master updated (db483ba -> 4a0399e), guix-commits, 2020/03/18
- 01/14: gnu: Use HTTPS for non.tuxfamily.org home pages., guix-commits, 2020/03/18
- 02/14: gnu: r-snowfall: Use HTTPS home page., guix-commits, 2020/03/18
- 03/14: gnu: r-rhpcblasctl: Use HTTPS home page., guix-commits, 2020/03/18
- 06/14: gnu: dovecot: Use libsodium., guix-commits, 2020/03/18
- 08/14: gnu: chafa: Update to 1.2.2., guix-commits, 2020/03/18
- 07/14: gnu: workrave: Update to 1.10.37., guix-commits, 2020/03/18
- 10/14: gnu: bind: Update to 9.16.1., guix-commits, 2020/03/18
- 09/14: gnu: inxi-minimal: Update to 3.0.38-1., guix-commits, 2020/03/18
- 11/14: gnu: lablgtk: Update to 2.18.10., guix-commits, 2020/03/18
- 05/14: gnu: dovecot: Use SQLite.,
guix-commits <=
- 13/14: gnu: libmygpo-qt: Update home page., guix-commits, 2020/03/18
- 04/14: gnu: extempore: Use HTTPS home page., guix-commits, 2020/03/18
- 12/14: gnu: camlzip: Update home page., guix-commits, 2020/03/18
- 14/14: gnu: jrnl: Use HTTPS home page., guix-commits, 2020/03/18