guix-commits
[Top][All Lists]
Advanced

[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))



reply via email to

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