16 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-oEf4GnvbQ6LY4NaNFWRmnNz1TK2tMpIVUxskhU38g4w=";
27 propagatedBuildInputs = [
44 description = "Library implementing a ZigBee stack";
45 homepage = "https://github.com/zigpy/zigpy";
46 license = licenses.gpl3Plus;
47 maintainers = with maintainers; [ etu mvnetbiz ];
48 platforms = platforms.linux;