~ruther/guix-local

1cd221c9e91f06376e46893e9556112048311428 — Ludovic Courtès 11 months ago 728af81
services: static-networking: Remove use of unbound variable.

Use of ‘G_’ was added in 670d985cabf81a28660c4a8024f752decc495dce but
it’s actually unbound.

* gnu/services/base.scm (network-set-up/linux): Remove uses of ‘G_’,
which is unbound.

Change-Id: I6e879688ceee2fcb738e5e213cd3d539c9d89e20
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/services/base.scm
M gnu/services/base.scm => gnu/services/base.scm +4 -2
@@ 3355,14 3355,16 @@ to CONFIG."
                                             (apply link-set
                                                    (link-id link)
                                                    (alist->keyword+value '#$arguments))
                                             (format #t (G_ "Interface with name '~a' not found~%") #$name))))
                                             (format #t "Interface with name '~a' not found~%"
                                                     #$name))))
                                    ((string? mac-address)
                                     #~(let ((link (match-link-by link-addr #$mac-address)))
                                         (if link
                                             (apply link-set
                                                    (link-id link)
                                                    (alist->keyword+value '#$arguments))
                                             (format #t (G_ "Interface with mac-address '~a' not found~%") #$mac-address)))))))
                                             (format #t "Interface with mac-address '~a' not found~%"
                                                     #$mac-address)))))))
                                links)

                        ;; 'wait-for-link' below could wait forever when