bluez5: install gatttool; reported by @husnoo

+1
+1
pkgs/os-specific/linux/bluez/bluez5.nix
··· 53 53 # FIXME: Move these into a separate package to prevent Bluez from 54 54 # depending on Python etc. 55 55 postInstall = '' 56 + cp ./attrib/gatttool $out/bin/gatttool 56 57 mkdir -p $test/test 57 58 cp -a test $test 58 59 pushd $test/test