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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue