mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #85991 from lheckemann/bluez-alsa-fix-dbus-policy
bluez-alsa: fix installation of D-Bus policy and alsa config
This commit is contained in:
commit
4b2dc0f07e
@ -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"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user