self: Remove unused variables.
* guix/self.scm (info-manual)[po4a, gettext]: Remove.
This commit is contained in:
parent
0655c16e75
commit
a901574727
|
@ -377,12 +377,6 @@ TRANSLATIONS, an alist of msgid and msgstr."
|
||||||
|
|
||||||
(define (info-manual source)
|
(define (info-manual source)
|
||||||
"Return the Info manual built from SOURCE."
|
"Return the Info manual built from SOURCE."
|
||||||
(define po4a
|
|
||||||
(specification->package "po4a"))
|
|
||||||
|
|
||||||
(define gettext
|
|
||||||
(specification->package "gettext"))
|
|
||||||
|
|
||||||
(define texinfo
|
(define texinfo
|
||||||
(module-ref (resolve-interface '(gnu packages texinfo))
|
(module-ref (resolve-interface '(gnu packages texinfo))
|
||||||
'texinfo))
|
'texinfo))
|
||||||
|
|
Loading…
Reference in New Issue