mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
bluez5: install gatttool; reported by @husnoo
This commit is contained in:
parent
f8b5b85df6
commit
763ed66c24
@ -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 New Issue
Block a user