Merge pull request #169925 from fgaz/bluez/gatttool

bluez: install gatttool too
This commit is contained in:
Artturi 2022-05-04 12:47:40 +03:00 committed by GitHub
commit 4d056e06b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;