diff options
-rw-r--r-- | guix/profiles.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) '("") |