mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
self: Remove unused variables.
* guix/self.scm (info-manual)[po4a, gettext]: Remove.
This commit is contained in:
parent
0655c16e75
commit
a901574727
1 changed files with 0 additions and 6 deletions
|
@ -377,12 +377,6 @@ (define (translate-texi po lang)
|
||||||
|
|
||||||
(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 a new issue