mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bind-utils: Build and install "nsupdate".
* gnu/packages/dns.scm (bind-utils)[arguments]: Build and install "nsupdate" executable.
This commit is contained in:
parent
bd0eb6672b
commit
6c92d8dd35
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ (define-public bind-utils
|
|||
,@%gnu-build-system-modules)
|
||||
#:phases
|
||||
(let ((libs '("dns" "isc" "bind9" "isccfg" "lwres"))
|
||||
(bins '("dig")))
|
||||
(bins '("dig" "nsupdate")))
|
||||
(modify-phases %standard-phases
|
||||
(replace 'build
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue