mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue