guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: opensmtpd: Build man pages.


From: ???
Subject: 01/01: gnu: opensmtpd: Build man pages.
Date: Fri, 18 Nov 2016 14:20:09 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit d7da76044bd12e9eda507b5259a51d010aa8aae3
Author: 宋文武 <address@hidden>
Date:   Fri Nov 18 22:16:15 2016 +0800

    gnu: opensmtpd: Build man pages.
    
    * gnu/packages/mail.scm (opensmtpd)[native-inputs]: Add groff.
---
 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 44e1ee1..6fcb548 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1622,7 +1622,8 @@ transfer protocols.")
        ("linux-pam" ,linux-pam)
        ("zlib" ,zlib)))
     (native-inputs
-     `(("bison" ,bison)))
+     `(("bison" ,bison)
+       ("groff" ,groff)))
     (arguments
      `(#:configure-flags (list "--with-table-db" "--localstatedir=/var"
                                "--with-user-smtpd=smtpd" 
"--with-user-queue=smtpq"



reply via email to

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