all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Raghav Gururajan <rvgn@disroot.org>
Cc: help-guix@gnu.org, "Clément Lassieur" <clement@lassieur.org>
Subject: Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner
Date: Sat, 13 Apr 2019 22:46:04 -0400	[thread overview]
Message-ID: <87imvh7188.fsf@netris.org> (raw)
In-Reply-To: <fc3f07f3148b86001ac55295ad8a1506@disroot.org> (Raghav Gururajan's message of "Sat, 13 Apr 2019 21:46:04 +0000")

Hi Raghav,

"Raghav Gururajan" <rvgn@disroot.org> writes:

> So my latest config is:
>
> (use-modules
>         (gnu)
>         (gnu system nss)
>         (gnu services fingerprint)
> (use-service-modules desktop)
> (use-package-modules certs gnome)

[...]

> For the above, the error is:
>
> guix system: error: failed to load '/etc/rg-secondary.scm':
> ice-9/boot-9.scm:2803:6: In procedure resolve-interface:
> no code for module (gnu services fingerprint)

Please remove (gnu services fingerprint) from your 'use-modules' form.
Sorry, I had asked you to add it, but it was a mistake from the manual,
which gives the wrong module name.

The correct module name is:

  (gnu services authentication)

which you can import by adding "authentication" to the
'use-service-modules' form.  This should fix the "unbound variable"
error.

In an earlier message you spoke of another error:

> but then new error regarding specifying values. :(

If you're still getting that error, can you show us the exact error
message and the configuration file that caused it?

     Regards,
       Mark

  reply	other threads:[~2019-04-14  2:47 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-08 15:32 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner Raghav Gururajan
2019-04-12 18:30 ` Mark H Weaver
2019-04-12 18:45   ` Mark H Weaver
2019-04-13  4:55     ` Raghav Gururajan
2019-04-13  5:21     ` Raghav Gururajan
2019-04-13 18:16       ` Mark H Weaver
2019-04-13 21:14       ` Raghav Gururajan
2019-04-13 21:24       ` Raghav Gururajan
2019-04-13 21:46       ` Raghav Gururajan
2019-04-14  2:46         ` Mark H Weaver [this message]
2019-04-14 18:24           ` Tobias Geerinckx-Rice
2019-04-14 18:33           ` Tobias Geerinckx-Rice
2019-04-16 20:07             ` Trouble getting 'fprintd-service-type' to work Mark H Weaver
2019-04-17  6:51               ` Danny Milosavljevic
2019-04-20 20:21                 ` Mark H Weaver
2019-04-24 16:57                   ` Danny Milosavljevic
2019-04-24 18:41                     ` Tobias Geerinckx-Rice
2019-04-24 20:23                       ` Danny Milosavljevic
2019-04-15 15:44         ` 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner Raghav Gururajan
2019-04-16 20:21           ` Mark H Weaver
2019-04-17  4:33           ` Raghav Gururajan
2019-04-18  0:09             ` Mark H Weaver
2019-04-18  4:54             ` Raghav Gururajan
2019-04-20  4:00               ` Raghav Gururajan
2019-04-21 14:28                 ` Raghav Gururajan
2019-04-22  4:03                   ` Raghav Gururajan
2019-05-03  5:58             ` Raghav Gururajan
2019-04-14 19:05   ` Tobias Geerinckx-Rice
2019-04-20  4:04     ` Raghav Gururajan
2019-04-21 14:33       ` Raghav Gururajan

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=87imvh7188.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=clement@lassieur.org \
    --cc=help-guix@gnu.org \
    --cc=rvgn@disroot.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.