gnu: bind: Use INVOKE.
* gnu/packages/dns.scm (isc-bind)[arguments]: Substitute INVOKE for SYSTEM* and end phase with an explicit #t.
This commit is contained in:
parent
20ecede969
commit
b9d020056d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue