7 python3Packages.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-UegLwpJ+uc9cW3ozLQJsQBjIGD7+vzzwzQFRV5gmDmI=";
19 build-system = [ python3Packages.setuptools ];
22 substituteInPlace tests/pty_test.py \
23 --replace-fail "python3" "${python3Packages.python.interpreter}"
26 nativeCheckInputs = [ python3Packages.pytestCheckHook ];
29 description = "Terminal session recorder and the best companion of asciinema.org";
30 homepage = "https://asciinema.org/";
31 license = with lib.licenses; [ gpl3Plus ];
32 maintainers = with lib.maintainers; [ ];
33 platforms = lib.platforms.all;
34 mainProgram = "asciinema";