system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.

* gnu/system.scm (%base-packages): Use INFO-READER instead of TEXINFO.
This commit is contained in:
Ludovic Courtès 2016-03-24 22:34:07 +01:00
parent 7feebd33ae
commit 02683c3331

View file

@ -365,7 +365,7 @@ (define %base-packages
iproute iproute
net-tools ; XXX: remove when Inetutils suffices net-tools ; XXX: remove when Inetutils suffices
man-db 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 ;; The 'sudo' command is already in %SETUID-PROGRAMS, but we also
;; want the other commands and the man pages (notably because ;; want the other commands and the man pages (notably because