sickrage: remove

Uses python2 and unmaintained in nixpkgs since introduced in 2018.

Upstream still maintains it, but it isn't easy to package, so we'll
remove it now.
This commit is contained in:
Martin Weinelt 2022-01-02 02:09:47 +01:00
parent a4d3758afa
commit 2be369a7d6
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 1 additions and 36 deletions

View file

@ -1,34 +0,0 @@
{ lib, fetchFromGitHub, python2, makeWrapper }:
python2.pkgs.buildPythonApplication rec {
pname = "sickrage";
version = "v2018.07.21-1";
src = fetchFromGitHub {
owner = "SickRage";
repo = "SickRage";
rev = version;
sha256 = "0lzklpsxqrb73inbv8almnhbnb681pmi44gzc8i4sjwmdksiiif9";
};
dontBuild = true;
doCheck = false;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ python2 ];
installPhase = ''
mkdir -p $out/bin
cp -R {gui,lib,locale,sickbeard,sickrage,SickBeard.py} $out/
makeWrapper $out/SickBeard.py $out/bin/sickrage
'';
meta = with lib; {
description = "Automatic Video Library Manager for TV Shows";
longDescription = "It watches for new episodes of your favorite shows, and when they are posted it does its magic.";
license = licenses.gpl3;
homepage = "https://sickrage.github.io";
maintainers = with maintainers; [ sterfield ];
};
}

View file

@ -851,6 +851,7 @@ mapAliases ({
sepolgen = throw "sepolgen was merged into selinux-python"; # added 2021-11-11
shared_mime_info = shared-mime-info; # added 2018-02-25
sickbeard = throw "sickbeard has been removed from nixpkgs, as it was unmaintained."; # added 2022-01-01
sickrage = throw "sickbeard has been removed from nixpkgs, as it was unmaintained."; # added 2022-01-01
skrooge2 = skrooge; # added 2017-02-18
sky = throw "sky has been removed from nixpkgs (2020-09-16)";
skype = skypeforlinux; # added 2017-07-27

View file

@ -21782,8 +21782,6 @@ with pkgs;
sickgear = callPackage ../servers/sickbeard/sickgear.nix { };
sickrage = callPackage ../servers/sickbeard/sickrage.nix { };
sigurlx = callPackage ../tools/security/sigurlx { };
sipwitch = callPackage ../servers/sip/sipwitch { };