guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: public-inbox: Enable support for background


From: guix-commits
Subject: branch master updated: gnu: public-inbox: Enable support for background HTTP/NNTP daemons.
Date: Mon, 27 Jan 2020 04:39:16 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4a0e492  gnu: public-inbox: Enable support for background HTTP/NNTP 
daemons.
4a0e492 is described below

commit 4a0e49279ddc53655f593796b0b1e170369d2a08
Author: 宋文武 <address@hidden>
AuthorDate: Mon Jan 27 17:37:34 2020 +0800

    gnu: public-inbox: Enable support for background HTTP/NNTP daemons.
    
    * gnu/packages/mail.scm (public-inbox)[inputs]: Add perl-net-server.
---
 gnu/packages/mail.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c503b63..baae1d2 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3169,6 +3169,10 @@ related tools to process winmail.dat files.")
               (substitute* "t/ds-leak.t"
                 (("/bin/sh") (which "sh")))
               (invoke "./certs/create-certs.perl")
+              ;; XXX: This test fails due to zombie process is not reaped by
+              ;; the builder.
+              (substitute* "t/httpd-unix.t"
+                (("^SKIP: \\{") "SKIP: { skip('Guix');"))
               #t))
           (add-after 'install 'wrap-programs
             (lambda* (#:key inputs outputs #:allow-other-keys)
@@ -3199,6 +3203,7 @@ related tools to process winmail.dat files.")
         ("perl-email-mime-contenttype" ,perl-email-mime-contenttype)
         ("perl-email-mime" ,perl-email-mime)
         ("perl-email-simple" ,perl-email-simple)
+        ("perl-net-server" ,perl-net-server)
         ("perl-filesys-notify-simple" ,perl-filesys-notify-simple)
         ("perl-plack-middleware-deflater" ,perl-plack-middleware-deflater)
         ("perl-plack-middleware-reverseproxy" 
,perl-plack-middleware-reverseproxy)



reply via email to

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