aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2025-06-18 11:39:22 +0100
committerArun Isaac2025-06-18 11:40:01 +0100
commit2e371ebc8197547653d47deccdd37285a86a5cd7 (patch)
tree392f619ae8aa9330cb774897ed67725e3a7b13fb
parent26824bdf5079ab7ff2bccb28fce083fd1d955ed7 (diff)
downloadguix-forge-2e371ebc8197547653d47deccdd37285a86a5cd7.tar.gz
guix-forge-2e371ebc8197547653d47deccdd37285a86a5cd7.tar.lz
guix-forge-2e371ebc8197547653d47deccdd37285a86a5cd7.zip
gunicorn: Import (ice-9 match) in activation.
* guix/forge/gunicorn.scm (gunicorn-activation): Import (ice-9 match).
-rw-r--r--guix/forge/gunicorn.scm5
1 files 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 <arunisaac@systemreboot.net>
+;;; Copyright © 2023–2025 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2024 Frederick M. Muriithi <fredmanglis@protonmail.com>
;;;
;;; 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