From 6c92d8dd35e067344e726fa8778ac83f5a7b7b6b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 21 Jan 2016 11:42:17 +0100 Subject: gnu: bind-utils: Build and install "nsupdate". * gnu/packages/dns.scm (bind-utils)[arguments]: Build and install "nsupdate" executable. --- gnu/packages/dns.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/dns.scm') diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index dfdd1dfccc..ef07f30adf 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -96,7 +96,7 @@ and BOOTP/TFTP for network booting of diskless machines.") ,@%gnu-build-system-modules) #:phases (let ((libs '("dns" "isc" "bind9" "isccfg" "lwres")) - (bins '("dig"))) + (bins '("dig" "nsupdate"))) (modify-phases %standard-phases (replace 'build (lambda _ -- cgit v1.2.3