services: ddclient: No need to import (ice-9 rdelim) from the host.
authorAttila Lendvai <attila@lendvai.name>
Thu, 26 May 2022 13:07:44 +0000 (15:07 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 3 Jun 2022 22:11:44 +0000 (00:11 +0200)
* gnu/services/dns.scm (ddclient-activation): Remove (ice-9 rdelim) from the
with-imported-modules form.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/services/dns.scm

index a220b33..50753b7 100644 (file)
@@ -978,8 +978,7 @@ manually.")
 
 (define (ddclient-activation config)
   "Return the activation GEXP for CONFIG."
-  (with-imported-modules '((guix build utils)
-                           (ice-9 rdelim))
+  (with-imported-modules '((guix build utils))
     #~(begin
         (use-modules (guix build utils)
                      (ice-9 rdelim))