diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-01-21 14:26:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-21 15:01:46 +0100 |
commit | b2f948be9f815582a49bd80a9594a881d7d1a56e (patch) | |
tree | ecdc41ca5567338d4511fbb1a81141dc3b7d94ba /doc | |
parent | 5dc6d5ce9997e4caf66d154f91c3695e02e5386f (diff) | |
download | patches-b2f948be9f815582a49bd80a9594a881d7d1a56e.tar patches-b2f948be9f815582a49bd80a9594a881d7d1a56e.tar.gz |
services: sane: Create the "scanner" account.
* gnu/services/desktop.scm (%sane-accounts, sane-service-type): New
variables.
(%desktop-services): Use SANE-SERVICE-TYPE instead of 'simple-service'.
* doc/guix.texi (Desktop Services): Document 'sane-service-type'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2b5bfc6cb7..d674b9484f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15845,6 +15845,13 @@ this application is allowed location info access. An empty users list means that all users are allowed. @end deffn +@cindex scanner access +@deffn {Scheme Procedure} sane-service-type +This service provides access to scanners @i{via} +@uref{http://www.sane-project.org, SANE} by installing the necessary udev +rules. +@end deffn + @defvr {Scheme Variable} %standard-geoclue-applications The standard list of well-known GeoClue application configurations, granting authority to the GNOME date-and-time utility to ask for the |