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:
parent
7feebd33ae
commit
02683c3331
|
@ -365,7 +365,7 @@ explicitly appear in OS."
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue