mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
Revert "PRELIMINARY: dbus-service: Include system-services directories."
This reverts commit e3484421cb
.
This commit is contained in:
parent
89a39d4e76
commit
e4fb9d2d97
1 changed files with 1 additions and 3 deletions
|
@ -65,9 +65,7 @@ (define (services->sxml services)
|
|||
`((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)
|
||||
|
|
Loading…
Reference in a new issue