emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#55658: closed ([PATCH] services: ddclient: No need to import (ice-9


From: GNU bug Tracking System
Subject: bug#55658: closed ([PATCH] services: ddclient: No need to import (ice-9 rdelim) from the host.)
Date: Fri, 03 Jun 2022 21:52:02 +0000

Your message dated Fri, 03 Jun 2022 23:51:43 +0200
with message-id <87czfph0uo.fsf@gnu.org>
and subject line Re: bug#55658: [PATCH] services: ddclient: No need to import 
(ice-9 rdelim) from the host.
has caused the debbugs.gnu.org bug report #55658,
regarding [PATCH] services: ddclient: No need to import (ice-9 rdelim) from the 
host.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55658: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55658
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: ddclient: No need to import (ice-9 rdelim) from the host. Date: Thu, 26 May 2022 15:07:44 +0200
* gnu/services/dns.scm (ddclient-activation): Remove (ice-9 rdelim) from the
with-imported-modules form.
---

this gets rid of a warning (and a potential error with a substantially
different guile version on the two sides).

 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 @@ (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))
-- 
2.35.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#55658: [PATCH] services: ddclient: No need to import (ice-9 rdelim) from the host. Date: Fri, 03 Jun 2022 23:51:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Attila Lendvai <attila@lendvai.name> skribis:

> * gnu/services/dns.scm (ddclient-activation): Remove (ice-9 rdelim) from the
> with-imported-modules form.

Good catch.  Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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