mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +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
|
# FIXME: Move these into a separate package to prevent Bluez from
|
||||||
# depending on Python etc.
|
# depending on Python etc.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
cp ./attrib/gatttool $out/bin/gatttool
|
||||||
mkdir -p $test/test
|
mkdir -p $test/test
|
||||||
cp -a test $test
|
cp -a test $test
|
||||||
pushd $test/test
|
pushd $test/test
|
||||||
|
|
Loading…
Reference in a new issue