me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2019-12-26 11:22:28 +01:00
parent 1a37fd1e72
commit 8f2e2120c7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -3351,7 +3351,7 @@ mixers.")
"/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)