guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: bind-utils: Build and install "nsupdate".


From: Ricardo Wurmus
Subject: 03/03: gnu: bind-utils: Build and install "nsupdate".
Date: Thu, 21 Jan 2016 14:53:49 +0000

rekado pushed a commit to branch master
in repository guix.

commit 6c92d8dd35e067344e726fa8778ac83f5a7b7b6b
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jan 21 11:42:17 2016 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index dfdd1df..ef07f30 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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]