all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38945] [PATCH] services: Add "sane" service.
@ 2020-01-05 12:51 Danny Milosavljevic
  2020-01-17 13:00 ` Ludovic Courtès
       [not found] ` <handler.38945.D38945.157954244418754.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2020-01-05 12:51 UTC (permalink / raw)
  To: 38945; +Cc: Danny Milosavljevic

* gnu/services/desktop.scm (%desktop-services): Add "sane" service.
---
 gnu/services/desktop.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index b40622a637..75d1014724 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -48,6 +48,7 @@
   #:use-module (gnu packages xfce)
   #:use-module (gnu packages avahi)
   #:use-module (gnu packages xdisorg)
+  #:use-module (gnu packages scanner)
   #:use-module (gnu packages suckless)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages libusb)
@@ -1154,6 +1155,8 @@ or setting its password with passwd.")))
          ;; Add udev rules for MTP devices so that non-root users can access
          ;; them.
          (simple-service 'mtp udev-service-type (list libmtp))
+         ;; Add udev rules for scanners.
+         (simple-service 'sane udev-service-type (list sane-backends-minimal))
          ;; Add polkit rules, so that non-root users in the wheel group can
          ;; perform administrative tasks (similar to "sudo").
          polkit-wheel-service

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-21 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-05 12:51 [bug#38945] [PATCH] services: Add "sane" service Danny Milosavljevic
2020-01-17 13:00 ` Ludovic Courtès
2020-01-20 17:47   ` bug#38945: " Danny Milosavljevic
     [not found] ` <handler.38945.D38945.157954244418754.notifdone@debbugs.gnu.org>
2020-01-21 14:10   ` [bug#38945] closed (Re: [bug#38945] [PATCH] services: Add "sane" service.) Ludovic Courtès

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.