guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: profiles: info-dir-file: Remove install-info '--silent' option.


From: guix-commits
Subject: 01/03: profiles: info-dir-file: Remove install-info '--silent' option.
Date: Thu, 27 Oct 2022 23:41:09 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit b42b0e6d62544a118460678c08f9bf308316f7f9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 27 19:59:05 2022 -0400

    profiles: info-dir-file: Remove install-info '--silent' option.
    
    Relates to <https://issues.guix.gnu.org/58821>.
    
    Revert 4fef1e850e4872f2bc7c1f0a10cbac176b50895f, 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.
---
 guix/profiles.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index 5d0a1081c9..03333785f9 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -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)
                                    '("")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]