mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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.
This commit is contained in:
parent
0e2bfa3ae1
commit
a068300628
2 changed files with 4 additions and 2 deletions
|
@ -88,7 +88,9 @@ (define-public dnsmasq
|
||||||
;; Source files only say GPL2 and GPL3 are allowed.
|
;; Source files only say GPL2 and GPL3 are allowed.
|
||||||
(license (list license:gpl2 license:gpl3))))
|
(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
|
(package
|
||||||
(name "bind")
|
(name "bind")
|
||||||
(version "9.11.1")
|
(version "9.11.1")
|
||||||
|
|
|
@ -131,7 +131,7 @@ (define-public sssd
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("augeas" ,augeas)
|
`(("augeas" ,augeas)
|
||||||
("bind" ,bind "utils")
|
("bind" ,isc-bind "utils")
|
||||||
("c-ares" ,c-ares)
|
("c-ares" ,c-ares)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("cyrus-sasl" ,cyrus-sasl)
|
("cyrus-sasl" ,cyrus-sasl)
|
||||||
|
|
Loading…
Reference in a new issue