about summary refs log tree commit diff
path: root/guix/forge/forge.scm
diff options
context:
space:
mode:
authorArun Isaac2025-11-04 14:14:26 +0000
committerArun Isaac2025-11-04 14:14:26 +0000
commita10b4902917bcfc8c4e59e884582116e304b6933 (patch)
tree458d101f06dd2c89d4c8d889572835bda594d932 /guix/forge/forge.scm
parent5151d349f7d601c2c1051fa0d3314dc1b80f0901 (diff)
downloadguix-forge-a10b4902917bcfc8c4e59e884582116e304b6933.tar.gz
guix-forge-a10b4902917bcfc8c4e59e884582116e304b6933.tar.lz
guix-forge-a10b4902917bcfc8c4e59e884582116e304b6933.zip
forge: Import (ice-9 match) when symlinking website.
Diffstat (limited to 'guix/forge/forge.scm')
-rw-r--r--guix/forge/forge.scm3
1 files changed, 2 insertions, 1 deletions
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