From 766396a57ba497cbf95aa53dfb84f7e6b825f35f Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 3 Dec 2011 22:23:57 +0000 Subject: [PATCH] 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 --- pkgs/os-specific/linux/bluez/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/bluez/default.nix b/pkgs/os-specific/linux/bluez/default.nix index 598ee26124fb..81d15a0aa0ca 100644 --- a/pkgs/os-specific/linux/bluez/default.nix +++ b/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