mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
PRELIMINARY: dbus-service: Include system-services directories.
This commit is contained in:
parent
ba139bd75b
commit
e3484421cb
1 changed files with 3 additions and 1 deletions
|
@ -65,7 +65,9 @@ (define (services->sxml services)
|
|||
`((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)
|
||||
|
|
Loading…
Reference in a new issue