guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: PRELIMINARY: dbus-service: Include system-services directories.


From: Mark H. Weaver
Subject: 02/08: PRELIMINARY: dbus-service: Include system-services directories.
Date: Wed, 19 Aug 2015 03:57:14 +0000

mhw pushed a commit to branch wip-network-manager
in repository guix.

commit 95b0d8e9b394d046a930487b516796a937eff46b
Author: Mark H Weaver <address@hidden>
Date:   Sun Jul 26 20:26:32 2015 -0400

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

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



reply via email to

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