all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: rennes@openmailbox.org
Cc: help-guix@gnu.org
Subject: Re: Network Manager Service
Date: Sun, 27 Nov 2016 21:42:10 +0100	[thread overview]
Message-ID: <87eg1wmz8d.fsf@gnu.org> (raw)
In-Reply-To: <901851e2bd910348a9d3ae0fa76ce183@openmailbox.org> (rennes@openmailbox.org's message of "Sat, 26 Nov 2016 18:23:33 -0600")

Hi,

rennes@openmailbox.org skribis:

> I'm reconfiguring my GuixSD to test the new commits, but i have the
> following error:
>
> /home/jin/txt/os-config-bare-bones-1.scm:12:3: In procedure
> #<procedure 3ad66e0 ()>:
> /home/jin/txt/os-config-bare-bones-1.scm:12:3: In procedure
> module-lookup: Unbound variable: wpa-supplicant-service

[...]

> (define %desktop-services-sans-wicd
>   (cons*
>    (network-manager-service)
>    (wpa-supplicant-service)

You need to replace this last line with:

  (service wpa-supplicant-type wpa-supplicant)

and, thus, you need to have:

  (use-modules (gnu packages admin))

or similar so that the ‘wpa-supplicant’ variable is visible.

HTH!

Ludo’.

  reply	other threads:[~2016-11-27 20:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21  3:18 Network Manager Service rennes
2016-11-21  8:44 ` Ludovic Courtès
2016-11-21  9:56   ` Chris Marusich
2016-11-21 11:13     ` ng0
2016-11-21 13:53     ` Ludovic Courtès
2016-11-23  4:55       ` rennes
2016-11-23  9:09         ` Ludovic Courtès
2016-11-24  2:15           ` rennes
2016-11-24  5:52           ` Chris Marusich
2016-11-24 21:02             ` Ludovic Courtès
2016-11-27  0:23               ` rennes
2016-11-27 20:42                 ` Ludovic Courtès [this message]
2016-12-01 10:53             ` rennes
2016-12-01 12:06               ` Chris Marusich
2016-12-01 12:30                 ` rennes
2016-12-08 14:41                   ` Ludovic Courtès
2016-12-08 15:04                     ` rennes
2016-12-08 15:25                     ` Marius Bakke
2016-12-08 22:34                       ` Ludovic Courtès
2016-12-09  6:55                     ` Chris Marusich
2016-12-11  0:25                       ` Chris Marusich
2016-12-11 22:02                         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eg1wmz8d.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=help-guix@gnu.org \
    --cc=rennes@openmailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.