mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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:
parent
e5d9a7d405
commit
56b4a1d53f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue