killerbee: limit platform support

This commit is contained in:
Fabian Affolter
2024-05-22 10:19:19 +02:00
parent 3afead06bd
commit bf6276ffa8
+1
View File
@@ -36,5 +36,6 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/riverloopsec/killerbee/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
platforms = platforms.linux;
};
}