bluez-alsa: fix installation of D-Bus policy and alsa config

This allows granting bluez-alsa access to the systemwide D-bus name
This commit is contained in:
Linus Heckemann 2020-04-25 11:35:19 +02:00
parent 22a3bf9fb9
commit 3605fc7a79

View file

@ -31,8 +31,8 @@ stdenv.mkDerivation rec {
++ optional aacSupport fdk_aac;
configureFlags = [
"--with-alsaplugindir=\$out/lib/alsa-lib"
"--with-dbusconfdir=\$out/etc/dbus-1"
"--with-alsaplugindir=${placeholder "out"}/lib/alsa-lib"
"--with-dbusconfdir=${placeholder "out"}/share/dbus-1/system.d"
"--enable-rfcomm"
"--enable-hcitop"
]