* bug#41391: sane-service-type does not support extra scanner backends?
@ 2020-05-19 6:20 Pierre Neidhardt
0 siblings, 0 replies; only message in thread
From: Pierre Neidhardt @ 2020-05-19 6:20 UTC (permalink / raw)
To: 41391
[-- Attachment #1: Type: text/plain, Size: 1029 bytes --]
sane-service-type seems to only support the minimal backends package:
--8<---------------cut here---------------start------------->8---
(define sane-service-type
(service-type
(name 'sane)
(description
"This service provides access to scanners @i{via}
@uref{http://www.sane-project.org, SANE} by installing the necessary udev
rules.")
(default-value sane-backends-minimal)
(extensions
(list (service-extension udev-service-type list)
(service-extension account-service-type
(const %sane-accounts))))))
--8<---------------cut here---------------end--------------->8---
The value of the service is a single package, not a list of packages.
So how does one add support for other scanner?
I believe another reason why our current sane service would not work for
extra backends is because we need to populate etc/sane.d/dll.conf with the
new backends. Or maybe etc/sane.d/dll.d/. To be confirmed.
--
Pierre Neidhardt
https://ambrevar.xyz/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-19 6:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-19 6:20 bug#41391: sane-service-type does not support extra scanner backends? Pierre Neidhardt
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).