bluez5: install gatttool; reported by @husnoo

This commit is contained in:
Michael Raskin 2017-04-30 21:11:39 +02:00
parent f8b5b85df6
commit 763ed66c24

View File

@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
# FIXME: Move these into a separate package to prevent Bluez from
# depending on Python etc.
postInstall = ''
cp ./attrib/gatttool $out/bin/gatttool
mkdir -p $test/test
cp -a test $test
pushd $test/test