From f78835e791c8143aeec1a41207345455275ead5a Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Sat, 8 Sep 2018 22:03:11 +0000 Subject: kodiPlugins.exodus: remove No loner exists, I couldn't find an official replacement repo, should be removed according to https://github.com/NixOS/nixpkgs/pull/46196#discussion_r215762595 --- pkgs/applications/video/kodi/plugins.nix | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'pkgs/applications/video/kodi/plugins.nix') diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix index 91183aca2c4f..196852933a98 100644 --- a/pkgs/applications/video/kodi/plugins.nix +++ b/pkgs/applications/video/kodi/plugins.nix @@ -181,26 +181,6 @@ let self = rec { // (mkController "ps") // (mkController "snes"); - exodus = mkKodiPlugin rec { - - plugin = "exodus"; - namespace = "plugin.video.exodus"; - version = "3.1.13"; - - src = fetchurl { - url = "https://offshoregit.com/${plugin}/${namespace}/${namespace}-${version}.zip"; - sha256 = "1zyay7cinljxmpzngzlrr4pnk2a7z9wwfdcsk6a4p416iglyggdj"; - }; - - buildInputs = [ unzip ]; - - meta = { - description = "A streaming plugin for Kodi"; - platforms = platforms.all; - maintainers = with maintainers; [ edwtjo ]; - }; - }; - hyper-launcher = let pname = "hyper-launcher"; version = "1.5.2"; -- cgit 1.4.1