7 python3Packages.buildPythonApplication rec {
9 pname = "canto-daemon";
11 src = fetchFromGitHub {
15 sha256 = "0fmsdn28z09bvivdkqcla5bnalky7k744iir25z70bv4pz1jcvnk";
18 propagatedBuildInputs = with python3Packages; [ feedparser ];
22 pythonImportsCheck = [ "canto_next" ];
25 description = "Daemon for the canto Atom/RSS feed reader";
27 Canto is an Atom/RSS feed reader for the console that is meant to be
28 quick, concise, and colorful. It's meant to allow you to crank through
29 feeds like you've never cranked before by providing a minimal, yet
30 information packed interface. No navigating menus. No dense blocks of
31 unreadable white text. An interface with almost infinite customization
32 and extensibility using the excellent Python programming language.
34 homepage = "https://codezen.org/canto-ng/";
35 license = licenses.gpl2;
36 platforms = platforms.linux;
37 maintainers = with maintainers; [ devhell ];