1 { lib, fetchFromGitLab, python3Packages }:
4 buildPythonApplication rec {
8 src = fetchFromGitLab {
12 hash = "sha256-VYBtD3Ex6+iIRNvX6jF0b0iPvno41/58xCRydiyssvk=";
15 # Tests try to access network
22 nativeCheckInputs = [ coverage coveralls docopt mock pylint pytest vcrpy ];
24 propagatedBuildInputs = [ beautifulsoup4 decorator kitchen mailcap-fix requests six ];
27 description = "Browse Reddit from your Terminal (fork of rtv)";
29 homepage = "https://gitlab.com/Chocimier/tuir";
30 license = licenses.mit;
31 maintainers = with maintainers; [ Br1ght0ne matthiasbeyer brokenpip3 ];