From 2e371ebc8197547653d47deccdd37285a86a5cd7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 18 Jun 2025 11:39:22 +0100 Subject: gunicorn: Import (ice-9 match) in activation. * guix/forge/gunicorn.scm (gunicorn-activation): Import (ice-9 match). --- guix/forge/gunicorn.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guix/forge/gunicorn.scm b/guix/forge/gunicorn.scm index a86dd7a..6fcbd72 100644 --- a/guix/forge/gunicorn.scm +++ b/guix/forge/gunicorn.scm @@ -1,5 +1,5 @@ ;;; guix-forge --- Guix software forge meta-service -;;; Copyright © 2023–2024 Arun Isaac +;;; Copyright © 2023–2025 Arun Isaac ;;; Copyright © 2024 Frederick M. Muriithi ;;; ;;; This file is part of guix-forge. @@ -111,7 +111,8 @@ (define (gunicorn-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