diff options
| author | Arun Isaac | 2025-11-04 14:14:26 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-04 14:14:26 +0000 |
| commit | a10b4902917bcfc8c4e59e884582116e304b6933 (patch) | |
| tree | 458d101f06dd2c89d4c8d889572835bda594d932 | |
| parent | 5151d349f7d601c2c1051fa0d3314dc1b80f0901 (diff) | |
| download | guix-forge-a10b4902917bcfc8c4e59e884582116e304b6933.tar.gz guix-forge-a10b4902917bcfc8c4e59e884582116e304b6933.tar.lz guix-forge-a10b4902917bcfc8c4e59e884582116e304b6933.zip | |
forge: Import (ice-9 match) when symlinking website.
| -rw-r--r-- | guix/forge/forge.scm | 3 |
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 |
