1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

system/install: Adjust for the new Info Zstd extension.

* gnu/system/install.scm (log-to-info): Adjust to use the .zst file extension.

Change-Id: I2dfc0cc762da04ede7b9c6096edcd6b80989dc85
This commit is contained in:
Maxim Cournoyer
2025-11-18 23:30:02 +09:00
parent 1b5f5b6876
commit 40a339d762

View File

@@ -123,12 +123,12 @@ manual."
(infodir "/run/current-system/profile/share/info")
(per-lang (lambda (code)
(string-append infodir "/guix." code
".info.gz")))
".info.zst")))
(file ((@ (srfi srfi-1) find) file-exists?
(list (per-lang with-region)
(per-lang language)
(string-append infodir
"/guix.info.gz"))))
"/guix.info.zst"))))
(node (or (assoc-ref '#$%installation-node-names
with-region)
(assoc-ref '#$%installation-node-names