services: ddclient: No need to import (ice-9 rdelim) from the host.

* 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>
This commit is contained in:
Attila Lendvai 2022-05-26 15:07:44 +02:00 committed by Ludovic Courtès
parent 4b99360b8b
commit 7901639d24
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -978,8 +978,7 @@ (define (ddclient-account config)
(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))