Merge pull request #169925 from fgaz/bluez/gatttool
bluez: install gatttool too
This commit is contained in:
commit
4d056e06b2
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ in stdenv.mkDerivation rec {
|
|||
filename=$(basename $files)
|
||||
install -Dm755 tools/$filename $out/bin/$filename
|
||||
done
|
||||
install -Dm755 attrib/gatttool $out/bin/gatttool
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue