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:
Mathieu Othacehe 2020-06-05 10:31:52 +02:00
parent 6503b10bdc
commit cf0a721e98
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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.