make bluetoothd path compatible between bluez4 and bluez5
This commit is contained in:
parent
319629355c
commit
6eeec159b2
@ -63,6 +63,10 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
wrapPythonProgramsIn $out/test "$out/test $pythonPath"
|
wrapPythonProgramsIn $out/test "$out/test $pythonPath"
|
||||||
|
|
||||||
|
# for bluez4 compatibility for NixOS
|
||||||
|
mkdir $out/sbin
|
||||||
|
ln -s ../libexec/bluetooth/bluetoothd $out/sbin/bluetoothd
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user