From 7901639d244b203e673b0f59a28877d5710c9703 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Thu, 26 May 2022 15:07:44 +0200 Subject: services: ddclient: No need to import (ice-9 rdelim) from the host. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/services/dns.scm (ddclient-activation): Remove (ice-9 rdelim) from the with-imported-modules form. Signed-off-by: Ludovic Courtès --- gnu/services/dns.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/services/dns.scm b/gnu/services/dns.scm index a220b33f15..50753b7ab6 100644 --- a/gnu/services/dns.scm +++ b/gnu/services/dns.scm @@ -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)) -- cgit v1.2.3