mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #126702 from symphorien/remove-tt-rss-plugin-tumblr-gdpr
tt-rss-plugin-tumblr-gdpr: remove
This commit is contained in:
commit
38a0226d57
@ -1,32 +0,0 @@
|
||||
{ lib, stdenv, fetchFromGitHub, ... }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tt-rss-plugin-tumblr-gdpr";
|
||||
version = "2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GregThib";
|
||||
repo = "ttrss-tumblr-gdpr";
|
||||
rev = "v${version}";
|
||||
sha256 = "09cbghi5b6ww4i5677i39qc9rhpq70xmygp0d7x30239r3i23rpq";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/tumblr_gdpr
|
||||
|
||||
cp init.php $out/tumblr_gdpr
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Plugin for TT-RSS to workaround GDPR in Europe";
|
||||
longDescription = ''
|
||||
Plugin for TT-RSS to workaround GDPR in Europe.
|
||||
|
||||
The name of the plugin in TT-RSS is 'tumblr_gdpr'.
|
||||
'';
|
||||
license = licenses.gpl3;
|
||||
homepage = "https://github.com/GregThib/ttrss-tumblr-gdpr";
|
||||
maintainers = with maintainers; [ das_j ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
@ -1003,6 +1003,8 @@ mapAliases ({
|
||||
/* Added 2021-01-02 */
|
||||
ttyrec = ovh-ttyrec;
|
||||
|
||||
tt-rss-plugin-tumblr-gdpr = throw "tt-rss-plugin-tumblr-gdpr was removed because tumblr does not require gdpr acceptance to fetch rss feeds anymore"; # added 2012-06-12
|
||||
|
||||
zplugin = zinit; # Added 2021-01-30
|
||||
|
||||
posix_man_pages = man-pages-posix; # Added 2021-04-15
|
||||
|
@ -19978,7 +19978,6 @@ in
|
||||
|
||||
tt-rss = callPackage ../servers/tt-rss { };
|
||||
tt-rss-plugin-ff-instagram = callPackage ../servers/tt-rss/plugin-ff-instagram { };
|
||||
tt-rss-plugin-tumblr-gdpr = callPackage ../servers/tt-rss/plugin-tumblr-gdpr { };
|
||||
tt-rss-plugin-auth-ldap = callPackage ../servers/tt-rss/plugin-auth-ldap { };
|
||||
tt-rss-theme-feedly = callPackage ../servers/tt-rss/theme-feedly { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user