[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: services: udisks: Add UDisks to the system profile.
From: |
Ludovic Courtès |
Subject: |
07/07: services: udisks: Add UDisks to the system profile. |
Date: |
Mon, 02 Nov 2015 21:27:22 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit beca0807ebd85c367eb88fdce04d826b6901c5fe
Author: Ludovic Courtès <address@hidden>
Date: Mon Nov 2 22:22:36 2015 +0100
services: udisks: Add UDisks to the system profile.
* gnu/services/desktop.scm (udisks-service-type): Extend
PROFILE-SERVICE-TYPE.
---
gnu/services/desktop.scm | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 31d196d..1986764 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -490,6 +490,10 @@ site} for more information."
(service-extension dbus-root-service-type
udisks-package)
(service-extension udev-service-type
+ udisks-package)
+
+ ;; Profile 'udisksctl' & co. in the system profile.
+ (service-extension profile-service-type
udisks-package))))))
(define* (udisks-service #:key (udisks udisks))
- branch master updated (5adbe65 -> beca080), Ludovic Courtès, 2015/11/02
- 01/07: services: Clarify extend/compose of BOOT-SERVICE-TYPE., Ludovic Courtès, 2015/11/02
- 04/07: services: wicd: Add Wicd to the system profile., Ludovic Courtès, 2015/11/02
- 03/07: services: Add 'profile-service-type'., Ludovic Courtès, 2015/11/02
- 02/07: services: Add 'system-service-type'., Ludovic Courtès, 2015/11/02
- 06/07: services: avahi: Add Avahi to the system profile., Ludovic Courtès, 2015/11/02
- 05/07: services: slim: Add xterm to the system profile., Ludovic Courtès, 2015/11/02
- 07/07: services: udisks: Add UDisks to the system profile.,
Ludovic Courtès <=