me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 4 deletions

View File

@ -70,10 +70,7 @@
#t)))
%standard-phases)))
(inputs `(("ncurses" ,ncurses)
;; TODO: remove `if' in the next rebuild cycle.
,@(if (%current-target-system)
`(("perl" ,perl))
'())))
("perl" ,perl)))
;; When cross-compiling, texinfo will build some of its own binaries with
;; the native compiler. This means ncurses is needed both in both inputs
;; and native-inputs.