help-guix
[Top][All Lists]
Advanced

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

Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner


From: Mark H Weaver
Subject: Re: 1) Lid Buttons 2) Stylus Input 3) Fingerprint Scanner
Date: Sat, 13 Apr 2019 22:46:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi Raghav,

"Raghav Gururajan" <address@hidden> 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 via email to

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