1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
4 pname = "tt-rss-theme-feedly";
7 src = fetchFromGitHub {
9 repo = "tt-rss-feedly-theme";
11 sha256 = "sha256-3mD1aY7gjdvucRzY7sLmZ1RsHtraAg1RGE/3uDp6/o4=";
19 cp -ra feedly *.css $out
23 description = "Feedly theme for Tiny Tiny RSS";
24 license = licenses.mit;
25 homepage = "https://github.com/levito/tt-rss-feedly-theme";
26 maintainers = with maintainers; [ das_j ];
27 platforms = platforms.all;