summaryrefslogtreecommitdiff
path: root/gnu/packages/dns.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-05-16 00:00:03 +0200
committerLudovic Courtès <ludo@gnu.org>2017-05-16 00:00:03 +0200
commita068300628e9490d7db3f610699ea8c693946e3d (patch)
tree826ab6f1b93efa0d28ba419434ccbabe861a5ea2 /gnu/packages/dns.scm
parent0e2bfa3ae1eac7ebada32022fea777bdf4d426a7 (diff)
downloadpatches-a068300628e9490d7db3f610699ea8c693946e3d.tar
patches-a068300628e9490d7db3f610699ea8c693946e3d.tar.gz
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.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 1fb552de15..7937c67781 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")