help-guix
[Top][All Lists]
Advanced

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

Re: Unbound variable: static-networking-service-type in gnu/services/bas


From: Ludovic Courtès
Subject: Re: Unbound variable: static-networking-service-type in gnu/services/base
Date: Sun, 08 Oct 2017 17:44:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Oleg Pykhalov <address@hidden> skribis:

> Hello Guix, Is it a bug or am I missing something?
>
> I want to make a (geiser-mode-switch-to-repl-and-enter) in
> (gnu services networking) module.
>
> (gnu services networking) uses (gnu services base) module
>
>     (define-module (gnu services networking)
>       ;; …
>       #:use-module (gnu services base)
>       ;; …
>     )
>
> (gnu services base) uses (gnu services networking) module
>
>     (define-module (gnu services base)
>       ;; …
>       #:use-module (gnu services networking)
>       ;; …
>       ))

Oops, that’s a mistake of mine that
fbc31dc1247d3a494246e69f3cf28476af9eb9d6 specifically intended to avoid.

Fixed in 60273031e895ce6ee4e35fd387b630cf56f8df63.

Thanks!

Ludo’.



reply via email to

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