mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue