gnu: bind: Note that isc-dhcp bundles a BIND.

This follows up on commit dad963a439.

* gnu/packages/admin.scm (isc-bind): Comment.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-24 04:31:29 +02:00
parent e5d9a7d405
commit 56b4a1d53f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -312,6 +312,7 @@ (define-public dnsmasq
(define-public isc-bind
(package
(name "bind")
;; When updating, check whether isc-dhcp's bundled copy should be as well.
(version "9.16.6")
(source (origin
(method url-fetch)