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.
master
Ludovic Courtès 2017-05-16 00:00:03 +02:00
parent 0e2bfa3ae1
commit a068300628
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
2 changed files with 4 additions and 2 deletions

View File

@ -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")

View File

@ -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)