mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
4b99360b8b
commit
7901639d24
1 changed files with 1 additions and 2 deletions
|
@ -978,8 +978,7 @@ (define (ddclient-account config)
|
||||||
|
|
||||||
(define (ddclient-activation config)
|
(define (ddclient-activation config)
|
||||||
"Return the activation GEXP for CONFIG."
|
"Return the activation GEXP for CONFIG."
|
||||||
(with-imported-modules '((guix build utils)
|
(with-imported-modules '((guix build utils))
|
||||||
(ice-9 rdelim))
|
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils)
|
(use-modules (guix build utils)
|
||||||
(ice-9 rdelim))
|
(ice-9 rdelim))
|
||||||
|
|
Loading…
Reference in a new issue