make bluetoothd path compatible between bluez4 and bluez5

This commit is contained in:
Aristid Breitkreuz 2013-08-28 19:07:24 +02:00 committed by Bjørn Forsman
parent 319629355c
commit 6eeec159b2

View File

@ -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 = {