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:
Maxim Cournoyer 2022-10-27 19:59:05 -04:00
parent e04baf43ab
commit b42b0e6d62
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -1034,7 +1034,7 @@ MANIFEST."
(setenv "LANGUAGE" language)
(zero?
(system* #+(file-append texinfo "/bin/install-info")
"--silent" info
info
(apply string-append #$output "/share/info/dir"
(if (string=? "en" language)
'("")