mhw pushed a commit to branch master
in repository guix.

commit e4fb9d2d974062b78d999562ba3aecc31aebcb96
Author: Mark H Weaver <[email protected]>
Date:   Tue Aug 18 23:56:18 2015 -0400

    Revert "PRELIMINARY: dbus-service: Include system-services directories."
    
    This reverts commit e3484421cb159968fc6fb54f044f84bccfc555e8.
---
 gnu/services/desktop.scm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 48c8640..7ed62d0 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -65,9 +65,7 @@
                             `((includedir
                                ,(string-append dir "/etc/dbus-1/system.d"))
                               (servicedir         ;for '.service' files
-                               ,(string-append dir "/share/dbus-1/services"))
-                              (servicedir         ;for '.service' files
-                               ,(string-append dir 
"/share/dbus-1/system-services"))))
+                               ,(string-append dir "/share/dbus-1/services"))))
                           services)))
 
         (mkdir #$output)

Reply via email to