17 buildPythonPackage rec {
18 pname = "pc-ble-driver-py";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
24 owner = "NordicSemiconductor";
25 repo = "pc-ble-driver-py";
27 sha256 = "sha256-brC33ar2Jq3R2xdrklvVsQKf6pcnKwD25PO4TIvXgTg=";
43 propagatedBuildInputs = [
48 dontUseCmakeConfigure = true;
50 # doCheck tries to write to the global python directory to install things
53 pythonImportsCheck = [
58 description = "Bluetooth Low Energy nRF5 SoftDevice serialization";
59 homepage = "https://github.com/NordicSemiconductor/pc-ble-driver-py";
60 license = licenses.unfreeRedistributable;
61 platforms = platforms.unix;
62 maintainers = with maintainers; [ gebner ];