bluez: Wrap the test-input program
Apparently this is useful for bluetooth mice and other HID. Patch submitted by mornfall svn path=/nixpkgs/trunk/; revision=30721
This commit is contained in:
parent
3de62cd12a
commit
766396a57b
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
depending on Python etc. */
|
depending on Python etc. */
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
pushd test
|
pushd test
|
||||||
for a in simple-agent test-adapter test-device; do
|
for a in simple-agent test-adapter test-device test-input; do
|
||||||
cp $a $out/bin/bluez-$a
|
cp $a $out/bin/bluez-$a
|
||||||
wrapProgram $out/bin/bluez-$a --prefix PYTHONPATH : ${pythonpath}
|
wrapProgram $out/bin/bluez-$a --prefix PYTHONPATH : ${pythonpath}
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user