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
parent
0e2bfa3ae1
commit
a068300628
|
@ -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")
|
||||
|
|
|
@ -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)
|
||||
|
|
Reference in New Issue