From 26824bdf5079ab7ff2bccb28fce083fd1d955ed7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 18 Jun 2025 11:38:25 +0100 Subject: fcgiwrap: Import (ice-9 match) in activation. * guix/forge/fcgiwrap.scm (fcgiwrap-activation): Import (ice-9 match). --- guix/forge/fcgiwrap.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guix/forge/fcgiwrap.scm b/guix/forge/fcgiwrap.scm index f320223..f75fa5f 100644 --- a/guix/forge/fcgiwrap.scm +++ b/guix/forge/fcgiwrap.scm @@ -1,5 +1,5 @@ ;;; guix-forge --- Guix software forge meta-service -;;; Copyright © 2023, 2024 Arun Isaac +;;; Copyright © 2023–2025 Arun Isaac ;;; ;;; This file is part of guix-forge. ;;; @@ -74,7 +74,8 @@ (define (fcgiwrap-activation config) (with-imported-modules '((guix build utils)) #~(begin - (use-modules (guix build utils)) + (use-modules (guix build utils) + (ice-9 match)) ;; Create socket directories and set ownership. (for-each (match-lambda -- cgit v1.2.3