summaryrefslogtreecommitdiffstats
path: root/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-05 15:34:42 +0200
committermakefu <github@syntax-fehler.de>2021-06-05 15:34:42 +0200
commit771ea66091600e26a9ea3814002c876c849495ed (patch)
tree7f7760243420030dfd0379431278040fa35e7bb6 /5pkgs
parent8698af9810ef14c0873aafb6f5b16cd080cfd6e1 (diff)
ma pkgs.tt-rss: rip
Diffstat (limited to '5pkgs')
-rw-r--r--5pkgs/tt-rss/default.nix25
1 files changed, 0 insertions, 25 deletions
diff --git a/5pkgs/tt-rss/default.nix b/5pkgs/tt-rss/default.nix
deleted file mode 100644
index 4907a73a5..000000000
--- a/5pkgs/tt-rss/default.nix
+++ /dev/null
@@ -1,25 +0,0 @@
-{ stdenv, fetchurl }:
-
-stdenv.mkDerivation rec {
- pname = "tt-rss";
- version = "2020-09-23";
- rev = "d0ed7890df";
-
- src = fetchurl {
- url = "https://git.tt-rss.org/git/tt-rss/archive/${rev}.tar.gz";
- sha256 = "1b2fczd41bqg9bq37r99svrqswr9qrp35m6gn3nz032yqcwc22ij";
- };
-
- installPhase = ''
- mkdir $out
- cp -ra * $out/
- '';
-
- meta = with stdenv.lib; {
- description = "Web-based news feed (RSS/Atom) aggregator";
- license = licenses.gpl2Plus;
- homepage = "https://tt-rss.org";
- maintainers = with maintainers; [ globin zohl ];
- platforms = platforms.all;
- };
-}
[cgit] Unable to lock slot /tmp/cgit/64300000.lock: No such file or directory (2)