aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-09-18 23:04:25 +0100
committerArun Isaac2023-09-18 23:04:25 +0100
commit0010c66441e8c6778f4cc7a1d69829fe27473fc2 (patch)
tree44e010cf186cab315e3142d6cb37783fa7e27d94
parentc2eb980badf4c6bcb6beb90c5dafa947b43f729b (diff)
downloadguix-forge-0010c66441e8c6778f4cc7a1d69829fe27473fc2.tar.gz
guix-forge-0010c66441e8c6778f4cc7a1d69829fe27473fc2.tar.lz
guix-forge-0010c66441e8c6778f4cc7a1d69829fe27473fc2.zip
acme: Import (ice-9 match) in acme-renew G-expression.
* guix/forge/acme.scm (acme-renew): Import (ice-9 match) in G-expression.
-rw-r--r--guix/forge/acme.scm3
1 files changed, 2 insertions, 1 deletions
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.