2 , buildPythonApplication
9 buildPythonApplication rec {
10 pname = "twitch-chat-downloader";
13 # NOTE: Using maintained fork because upstream has stopped working, and it has
14 # not been updated in a while.
15 # https://github.com/PetterKraabol/Twitch-Chat-Downloader/issues/142
19 sha256 = "sha256-dvj0HoF/2n5aQGMOD8UYY4EZegQwThPy1XJFvXyRT4Q=";
22 propagatedBuildInputs = [
28 doCheck = false; # no tests
30 pythonImportsCheck = [ "tcd" ];
33 description = "Twitch Chat Downloader";
35 homepage = "https://github.com/TheDrHax/Twitch-Chat-Downloader";
36 license = licenses.mit;
37 maintainers = with maintainers; [ marsam ];