From b42b0e6d62544a118460678c08f9bf308316f7f9 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 27 Oct 2022 19:59:05 -0400 Subject: profiles: info-dir-file: Remove install-info '--silent' option. Relates to . 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(-) (limited to 'guix/profiles.scm') 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) '("") -- cgit v1.2.3