[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: tex-info: Use "perl" input unconditionaly.
From: |
guix-commits |
Subject: |
02/02: gnu: tex-info: Use "perl" input unconditionaly. |
Date: |
Fri, 5 Jun 2020 15:13:33 -0400 (EDT) |
mothacehe pushed a commit to branch core-updates
in repository guix.
commit cf0a721e98ca4df7b6ae55312fd77a11c2ed8e51
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Jun 5 10:31:52 2020 +0200
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(-)
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 7dca37b..839cd73 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.