guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: bind: Rename variable to 'isc-bind'.


From: Ludovic Courtès
Subject: 05/05: gnu: bind: Rename variable to 'isc-bind'.
Date: Mon, 15 May 2017 18:03:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a068300628e9490d7db3f610699ea8c693946e3d
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 16 00:00:03 2017 +0200

    gnu: bind: Rename variable to 'isc-bind'.
    
    Reported by Leo Famulari.
    
    * gnu/packages/dns.scm (bind): Rename to...
    (isc-bind): ... this.
    * gnu/packages/sssd.scm (sssd)[inputs]: Adjust accordingly.
---
 gnu/packages/dns.scm  | 4 +++-
 gnu/packages/sssd.scm | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 1fb552d..7937c67 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -88,7 +88,9 @@ and BOOTP/TFTP for network booting of diskless machines.")
     ;; Source files only say GPL2 and GPL3 are allowed.
     (license (list license:gpl2 license:gpl3))))
 
-(define-public bind
+;; 'bind' is the name of a built-in Guile procedure, which is why we choose a
+;; different name here.
+(define-public isc-bind
   (package
     (name "bind")
     (version "9.11.1")
diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index 26d0347..2afef03 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -131,7 +131,7 @@ fundamental object types for C.")
              #t)))))
     (inputs
      `(("augeas" ,augeas)
-       ("bind" ,bind "utils")
+       ("bind" ,isc-bind "utils")
        ("c-ares" ,c-ares)
        ("curl" ,curl)
        ("cyrus-sasl" ,cyrus-sasl)



reply via email to

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