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
wip/yesman
Shea Levy 13 years ago
parent 3de62cd12a
commit 766396a57b
  1. 2
      pkgs/os-specific/linux/bluez/default.nix

@ -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…
Cancel
Save