mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: tex-info: Use "perl" input unconditionaly.
* gnu/packages/texinfo.scm (texinfo)[inputs]: Remove a conditional used to avoid a mass rebuild, and always use "perl" input.
This commit is contained in:
parent
6503b10bdc
commit
cf0a721e98
1 changed files with 1 additions and 4 deletions
|
@ -70,10 +70,7 @@ (define-public texinfo
|
||||||
#t)))
|
#t)))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
(inputs `(("ncurses" ,ncurses)
|
(inputs `(("ncurses" ,ncurses)
|
||||||
;; TODO: remove `if' in the next rebuild cycle.
|
("perl" ,perl)))
|
||||||
,@(if (%current-target-system)
|
|
||||||
`(("perl" ,perl))
|
|
||||||
'())))
|
|
||||||
;; When cross-compiling, texinfo will build some of its own binaries with
|
;; When cross-compiling, texinfo will build some of its own binaries with
|
||||||
;; the native compiler. This means ncurses is needed both in both inputs
|
;; the native compiler. This means ncurses is needed both in both inputs
|
||||||
;; and native-inputs.
|
;; and native-inputs.
|
||||||
|
|
Loading…
Reference in a new issue