killerbee: refactor

This commit is contained in:
Fabian Affolter 2024-05-22 10:17:40 +02:00
parent e4216e0253
commit e0a07d84b8

View File

@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-WM0Z6sd8S71F8FfhhoUq3MSD/2uvRTY/FsBP7VGGtb0="; hash = "sha256-WM0Z6sd8S71F8FfhhoUq3MSD/2uvRTY/FsBP7VGGtb0=";
}; };
nativeBuildInputs = with python3.pkgs; [ build-system = with python3.pkgs; [
setuptools setuptools
]; ];
@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
libgcrypt libgcrypt
]; ];
propagatedBuildInputs = with python3.pkgs; [ dependencies = with python3.pkgs; [
pyserial pyserial
pyusb pyusb
rangeparser rangeparser
@ -38,6 +38,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "IEEE 802.15.4/ZigBee Security Research Toolkit"; description = "IEEE 802.15.4/ZigBee Security Research Toolkit";
homepage = "https://github.com/riverloopsec/killerbee"; homepage = "https://github.com/riverloopsec/killerbee";
changelog = "https://github.com/riverloopsec/killerbee/releases/tag/${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };