gnu: bind: Return #T from all phases.
* gnu/packages/dns.scm (isc-bind)[arguments]: Move #T from ‘check’ to ‘move-to-utils’ phase.
This commit is contained in:
parent
d349e6d9a8
commit
6023ecab57
|
@ -146,7 +146,8 @@ and BOOTP/TFTP for network booting of diskless machines.")
|
||||||
"/share/man/man1/dig.1"
|
"/share/man/man1/dig.1"
|
||||||
"/share/man/man1/host.1"
|
"/share/man/man1/host.1"
|
||||||
"/share/man/man1/nslookup.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,
|
;; When and if guix provides user namespaces for the build process,
|
||||||
;; then the following can be uncommented and the subsequent "force-test"
|
;; then the following can be uncommented and the subsequent "force-test"
|
||||||
;; will not be necessary.
|
;; will not be necessary.
|
||||||
|
@ -156,8 +157,7 @@ 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 _
|
||||||
(invoke "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