From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Unbound variable: static-networking-service-type in gnu/services/base Date: Sun, 08 Oct 2017 17:44:52 +0200 Message-ID: <877ew5ej9n.fsf@gnu.org> References: <87r2ue3v7j.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1DlA-0002tt-L6 for help-guix@gnu.org; Sun, 08 Oct 2017 11:44:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1Dl9-0004eh-Pt for help-guix@gnu.org; Sun, 08 Oct 2017 11:44:56 -0400 In-Reply-To: <87r2ue3v7j.fsf@gmail.com> (Oleg Pykhalov's message of "Sun, 08 Oct 2017 11:22:24 +0300") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Oleg Pykhalov Cc: help-guix@gnu.org Oleg Pykhalov 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) > ;; =E2=80=A6 > #:use-module (gnu services base) > ;; =E2=80=A6 > ) > > (gnu services base) uses (gnu services networking) module > > (define-module (gnu services base) > ;; =E2=80=A6 > #:use-module (gnu services networking) > ;; =E2=80=A6 > )) Oops, that=E2=80=99s a mistake of mine that fbc31dc1247d3a494246e69f3cf28476af9eb9d6 specifically intended to avoid. Fixed in 60273031e895ce6ee4e35fd387b630cf56f8df63. Thanks! Ludo=E2=80=99.