guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: bind: Use INVOKE.


From: Tobias Geerinckx-Rice
Subject: 01/16: gnu: bind: Use INVOKE.
Date: Thu, 15 Mar 2018 15:30:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b9d020056d7e5a63d1c0f81c513bfd73c790390e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 14 21:35:14 2018 +0100

    gnu: bind: Use INVOKE.
    
    * gnu/packages/dns.scm (isc-bind)[arguments]: Substitute INVOKE for
    SYSTEM* and end phase with an explicit #t.
---
 gnu/packages/dns.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 08304b0..d093b0d 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -149,7 +149,8 @@ and BOOTP/TFTP for network booting of diskless machines.")
          ;;          (system "bin/tests/system/ifconfig.sh up")))
          (replace 'check
            (lambda _
-             (zero? (system* "make" "force-test")))))))
+             (invoke "make" "force-test")
+             #t)))))
     (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]