summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/system/install.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 5041dadf15d..a208f102ee9 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -123,12 +123,12 @@ manual."
123 (infodir "/run/current-system/profile/share/info") 123 (infodir "/run/current-system/profile/share/info")
124 (per-lang (lambda (code) 124 (per-lang (lambda (code)
125 (string-append infodir "/guix." code 125 (string-append infodir "/guix." code
126 ".info.gz"))) 126 ".info.zst")))
127 (file ((@ (srfi srfi-1) find) file-exists? 127 (file ((@ (srfi srfi-1) find) file-exists?
128 (list (per-lang with-region) 128 (list (per-lang with-region)
129 (per-lang language) 129 (per-lang language)
130 (string-append infodir 130 (string-append infodir
131 "/guix.info.gz")))) 131 "/guix.info.zst"))))
132 (node (or (assoc-ref '#$%installation-node-names 132 (node (or (assoc-ref '#$%installation-node-names
133 with-region) 133 with-region)
134 (assoc-ref '#$%installation-node-names 134 (assoc-ref '#$%installation-node-names