8 buildPythonPackage rec {
9 pname = "streamcontroller-plugin-tools";
12 src = fetchFromGitHub {
13 owner = "StreamController";
14 repo = "streamcontroller-plugin-tools";
16 hash = "sha256-dQZPRSzHhI3X+Pf7miwJlECGFgUfp68PtvwXAmpq5/s=";
24 pythonImportsCheck = [ "streamcontroller_plugin_tools" ];
27 description = "StreamController plugin tools";
28 homepage = "https://github.com/StreamController/streamcontroller-plugin-tools";
29 license = licenses.gpl3;
30 maintainers = with maintainers; [ sifmelcara ];
31 platforms = platforms.linux;