mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
profiles: info-dir-file: Remove install-info '--silent' option.
Relates to <https://issues.guix.gnu.org/58821>.
Revert 4fef1e850e
, which silenced useful
information such as the following warning:
install-info: warning: no info dir entry in
`/gnu/store/...-rottlog-0.72.2/share/info/rottlog.info.gz'
Rationale: profile hooks output is now hidden by default, and can be made
visible via the --verbosity option.
This commit is contained in:
parent
e04baf43ab
commit
b42b0e6d62
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ (define (install-info info)
|
||||||
(setenv "LANGUAGE" language)
|
(setenv "LANGUAGE" language)
|
||||||
(zero?
|
(zero?
|
||||||
(system* #+(file-append texinfo "/bin/install-info")
|
(system* #+(file-append texinfo "/bin/install-info")
|
||||||
"--silent" info
|
info
|
||||||
(apply string-append #$output "/share/info/dir"
|
(apply string-append #$output "/share/info/dir"
|
||||||
(if (string=? "en" language)
|
(if (string=? "en" language)
|
||||||
'("")
|
'("")
|
||||||
|
|
Loading…
Reference in a new issue