mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bluez-alsa: Place dbus configuration in canonical location.
* gnu/packages/audio.scm (bluez-alsa)[arguments]: Install dbus configuration files to /etc/dbus-1/system.d.
This commit is contained in:
parent
1a37fd1e72
commit
8f2e2120c7
1 changed files with 1 additions and 1 deletions
|
@ -3351,7 +3351,7 @@ (define-public bluez-alsa
|
|||
"/lib/alsa-lib")
|
||||
(string-append "--with-dbusconfdir="
|
||||
(assoc-ref %outputs "out")
|
||||
"/etc/dbus-1"))))
|
||||
"/etc/dbus-1/system.d"))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue