diff options
Diffstat (limited to 'guix')
| -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 |
