From a10b4902917bcfc8c4e59e884582116e304b6933 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 4 Nov 2025 14:14:26 +0000 Subject: forge: Import (ice-9 match) when symlinking website. --- guix/forge/forge.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/forge/forge.scm b/guix/forge/forge.scm index 95b98fa..0eaf5c0 100644 --- a/guix/forge/forge.scm +++ b/guix/forge/forge.scm @@ -495,7 +495,8 @@ that were built." singleton list of targets as returned by @code{guix-channel-job-gexp}." (with-imported-modules '((guix build utils)) #~(begin - (use-modules (guix build utils)) + (use-modules (guix build utils) + (ice-9 match)) (switch-symlinks #$link (match #$target -- cgit 1.4.1