mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
bluez5: install gatttool; reported by @husnoo
This commit is contained in:
parent
f8b5b85df6
commit
763ed66c24
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue