13 buildPythonPackage rec {
17 src = fetchFromGitHub {
18 owner = "atlas0fd00m";
21 sha256 = "1mmr7g7ma70sk6vl851430nqnd7zxsk7yb0xngwrdx9z7fbz2ck0";
24 propagatedBuildInputs = [
32 postInstall = lib.optionalString hostPlatform.isLinux ''
33 mkdir -p $out/etc/udev/rules.d
34 cp etc/udev/rules.d/20-rfcat.rules $out/etc/udev/rules.d
41 pythonImportsCheck = [ "rflib" ];
44 description = "Swiss Army knife of sub-GHz ISM band radio";
45 homepage = "https://github.com/atlas0fd00m/rfcat";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ trepetti ];
48 changelog = "https://github.com/atlas0fd00m/rfcat/releases/tag/v${version}";