me
/
guix
Archived
1
0
Fork 0

gnu: bind: Use INVOKE.

* gnu/packages/dns.scm (isc-bind)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with an explicit #t.
master
Tobias Geerinckx-Rice 2018-03-14 21:35:14 +01:00
parent 20ecede969
commit b9d020056d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ and BOOTP/TFTP for network booting of diskless machines.")
;; (system "bin/tests/system/ifconfig.sh up"))) ;; (system "bin/tests/system/ifconfig.sh up")))
(replace 'check (replace 'check
(lambda _ (lambda _
(zero? (system* "make" "force-test"))))))) (invoke "make" "force-test")
#t)))))
(synopsis "An implementation of the Domain Name System") (synopsis "An implementation of the Domain Name System")
(description "BIND is an implementation of the @dfn{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 (DNS) protocols for the Internet. It is a reference implementation of those