install: Use 'info-reader' instead of Texinfo 4.
* gnu/system/install.scm (installation-os)[packages]: Remove TEXINFO-4 since %BASE-PACKAGES already provides the Info reader. (log-to-info): Use INFO-READER instead of TEXINFO-4.
This commit is contained in:
parent
02683c3331
commit
68abb9b04c
|
@ -111,7 +111,7 @@ manual."
|
|||
;; 'gunzip' is needed to decompress the doc.
|
||||
(setenv "PATH" (string-append #$gzip "/bin"))
|
||||
|
||||
(execl (string-append #$texinfo-4 "/bin/info") "info"
|
||||
(execl (string-append #$info-reader "/bin/info") "info"
|
||||
"-d" "/run/current-system/profile/share/info"
|
||||
"-f" (string-append #$guix "/share/info/guix.info")
|
||||
"-n" "System Installation"))))
|
||||
|
@ -384,7 +384,6 @@ Use Alt-F2 for documentation.
|
|||
(base-pam-services #:allow-empty-passwords? #t))
|
||||
|
||||
(packages (cons* (canonical-package glibc) ;for 'tzselect' & co.
|
||||
texinfo-4 ;for the standalone Info reader
|
||||
parted ddrescue
|
||||
grub ;mostly so xrefs to its manual work
|
||||
cryptsetup
|
||||
|
|
Loading…
Reference in New Issue