9 python3Packages.buildPythonApplication rec {
14 src = fetchFromGitHub {
18 hash = "sha256-pC2uoog+nev/Xa6UbXX4vX00VQQLHtZzbVkxrxO/Pg8=";
26 ++ (with python3Packages; [
30 propagatedBuildInputs = with python3Packages; [
36 nativeCheckInputs = with python3Packages; [
40 # Disable tests that touch network or shell out to commands
46 "add_channel_duplicate"
49 "test_import_duplicate"
55 installManPage doc/ytcc.1
56 installShellCompletion --cmd ytcc \
57 --bash scripts/completions/bash/ytcc.completion.sh \
58 --fish scripts/completions/fish/ytcc.fish \
59 --zsh scripts/completions/zsh/_ytcc
63 description = "Command Line tool to keep track of your favourite YouTube channels without signing up for a Google account";
64 homepage = "https://github.com/woefe/ytcc";
65 license = lib.licenses.gpl3Plus;
66 maintainers = with lib.maintainers; [ marius851000 ];