unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: dovecot: Add linux-pam to inputs.
@ 2015-12-14 21:09 Andy Wingo
  2015-12-14 21:09 ` [PATCH 2/2] gnu: Add dovecot service Andy Wingo
  2015-12-15 22:45 ` [PATCH 1/2] gnu: dovecot: Add linux-pam to inputs Ludovic Courtès
  0 siblings, 2 replies; 11+ messages in thread
From: Andy Wingo @ 2015-12-14 21:09 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/mail.scm (dovecot): Add linux-pam to inputs, enabling the
  PAM auth driver.
---
 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 7f8f5ca..bf617b1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -694,7 +694,8 @@ facilities for checking incoming mail.")
      `(("openssl" ,openssl)
        ("zlib" ,zlib)
        ("bzip2" ,bzip2)
-       ("sqlite" ,sqlite)))
+       ("sqlite" ,sqlite)
+       ("linux-pam" ,linux-pam)))
     (arguments
      `(#:configure-flags '("--sysconfdir=/etc"
                            "--localstatedir=/var")
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-12-18  9:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14 21:09 [PATCH 1/2] gnu: dovecot: Add linux-pam to inputs Andy Wingo
2015-12-14 21:09 ` [PATCH 2/2] gnu: Add dovecot service Andy Wingo
2015-12-15 22:58   ` Ludovic Courtès
2015-12-16  8:04     ` Andy Wingo
2015-12-16 23:14       ` Leo Famulari
2015-12-17  9:22         ` Andy Wingo
2015-12-17 14:23           ` Ludovic Courtès
2015-12-17 15:38         ` Christopher Allan Webber
2015-12-18  0:59           ` Leo Famulari
2015-12-18  9:26   ` Andy Wingo
2015-12-15 22:45 ` [PATCH 1/2] gnu: dovecot: Add linux-pam to inputs Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).