guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: services: ddclient: No need to import (ice-9 rdelim) from the hos


From: guix-commits
Subject: 04/06: services: ddclient: No need to import (ice-9 rdelim) from the host.
Date: Fri, 3 Jun 2022 18:13:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7901639d244b203e673b0f59a28877d5710c9703
Author: Attila Lendvai <attila@lendvai.name>
AuthorDate: Thu May 26 15:07:44 2022 +0200

    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>
---
 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]