From 0010c66441e8c6778f4cc7a1d69829fe27473fc2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 18 Sep 2023 23:04:25 +0100 Subject: acme: Import (ice-9 match) in acme-renew G-expression. * guix/forge/acme.scm (acme-renew): Import (ice-9 match) in G-expression. --- guix/forge/acme.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/forge/acme.scm b/guix/forge/acme.scm index 690f1e4..4142fe2 100644 --- a/guix/forge/acme.scm +++ b/guix/forge/acme.scm @@ -345,7 +345,8 @@ certificates by running `/usr/bin/acme renew' (uacme email acme-url state-directory key certificates) (with-imported-modules '((guix build utils)) #~(begin - (use-modules (guix build utils)) + (use-modules (guix build utils) + (ice-9 match)) ;; Set path to TLS certificates for verification of HTTPS ;; servers. -- cgit v1.2.3