guix-commits
[Top][All Lists]
Advanced

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

01/23: gnu: bind: Return #T from all phases.


From: guix-commits
Subject: 01/23: gnu: bind: Return #T from all phases.
Date: Fri, 22 Mar 2019 19:39:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6023ecab579f75384abe8a5772de24b5e1e85ae1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 22 13:59:21 2019 +0100

    gnu: bind: Return #T from all phases.
    
    * gnu/packages/dns.scm (isc-bind)[arguments]: Move #T from ‘check’ to 
‘move-to-utils’ phase.
---
 gnu/packages/dns.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 034fe69..461d9f8 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -146,7 +146,8 @@ and BOOTP/TFTP for network booting of diskless machines.")
                 "/share/man/man1/dig.1"
                 "/share/man/man1/host.1"
                 "/share/man/man1/nslookup.1"
-                "/share/man/man1/nsupdate.1"))))
+                "/share/man/man1/nsupdate.1"))
+             #t))
          ;; When and if guix provides user namespaces for the build process,
          ;; then the following can be uncommented and the subsequent 
"force-test"
          ;; will not be necessary.
@@ -156,8 +157,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
          ;;          (system "bin/tests/system/ifconfig.sh up")))
          (replace 'check
            (lambda _
-             (invoke "make" "force-test")
-             #t)))))
+             (invoke "make" "force-test"))))))
     (synopsis "An implementation of the Domain Name System")
     (description "BIND is an implementation of the @dfn{Domain Name System}
 (DNS) protocols for the Internet.  It is a reference implementation of those



reply via email to

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