From 40a339d7628a011ca138da5ad16e2d8c19d8bbca Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 18 Nov 2025 23:30:02 +0900 Subject: [PATCH] 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 --- gnu/system/install.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 5041dadf15..a208f102ee 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -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