8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1v0wjy1rz0rbwghr1z3xhdm06lqn9iig6vr5j2wmymh3w6pysw9a";
17 buildInputs = [ glib ];
18 nativeBuildInputs = [ pkg-config ];
20 # tests try to access hardware
22 $out/bin/blescan --help > /dev/null
23 $out/bin/sensortag --help > /dev/null
24 $out/bin/thingy52 --help > /dev/null
26 pythonImportsCheck = [ "bluepy" ];
29 description = "Python interface to Bluetooth LE on Linux";
30 homepage = "https://github.com/IanHarvey/bluepy";
31 maintainers = with maintainers; [ georgewhewell ];
32 platforms = platforms.linux;
33 license = licenses.gpl2;