From 02683c333104d6f79a98f0c55636edc178eba704 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 24 Mar 2016 22:34:07 +0100 Subject: system: Use 'info-reader' instead of Texinfo to avoid dragging Perl. * gnu/system.scm (%base-packages): Use INFO-READER instead of TEXINFO. --- gnu/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/system.scm') diff --git a/gnu/system.scm b/gnu/system.scm index f782d8eacb..8e05254b33 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -365,7 +365,7 @@ (define %base-packages iproute net-tools ; XXX: remove when Inetutils suffices man-db - texinfo ;for the standalone Info reader + info-reader ;the standalone Info reader (no Perl) ;; The 'sudo' command is already in %SETUID-PROGRAMS, but we also ;; want the other commands and the man pages (notably because -- cgit v1.2.3