mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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")
|
"/lib/alsa-lib")
|
||||||
(string-append "--with-dbusconfdir="
|
(string-append "--with-dbusconfdir="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/etc/dbus-1"))))
|
"/etc/dbus-1/system.d"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in a new issue