unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55658] [PATCH] services: ddclient: No need to import (ice-9 rdelim) from the host.
@ 2022-05-26 13:07 Attila Lendvai
  2022-06-03 21:51 ` bug#55658: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Attila Lendvai @ 2022-05-26 13:07 UTC (permalink / raw)
  To: 55658; +Cc: Attila Lendvai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55658: [PATCH] services: ddclient: No need to import (ice-9 rdelim) from the host.
  2022-05-26 13:07 [bug#55658] [PATCH] services: ddclient: No need to import (ice-9 rdelim) from the host Attila Lendvai
@ 2022-06-03 21:51 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-06-03 21:51 UTC (permalink / raw)
  To: Attila Lendvai; +Cc: 55658-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-03 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26 13:07 [bug#55658] [PATCH] services: ddclient: No need to import (ice-9 rdelim) from the host Attila Lendvai
2022-06-03 21:51 ` bug#55658: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).