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:
Shea Levy 2011-12-03 22:23:57 +00:00
parent 3de62cd12a
commit 766396a57b

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
depending on Python etc. */
postInstall = ''
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
wrapProgram $out/bin/bluez-$a --prefix PYTHONPATH : ${pythonpath}
done