From cf0a721e98ca4df7b6ae55312fd77a11c2ed8e51 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 5 Jun 2020 10:31:52 +0200 Subject: 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. --- gnu/packages/texinfo.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu/packages/texinfo.scm') diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index 7dca37b51a..839cd73d6c 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -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. -- cgit v1.2.3