Merge pull request #40588 from worldofpeace/kodi-plugin-osmc-skin

xbmcPlugins.osmc-skin: init at 17.0.4
This commit is contained in:
Matthew Justin Bauer 2018-05-23 16:14:09 -05:00 committed by GitHub
commit 457d3651ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View file

@ -338,4 +338,26 @@ rec {
extraBuildInputs = [ zlib ];
};
osmc-skin = mkKodiPlugin rec {
plugin = "osmc-skin";
namespace = "skin.osmc";
version = "17.0.4";
src = fetchFromGitHub {
owner = "osmc";
repo = namespace;
rev = "a9268937f49286bab9fb49de430b8aafd7a60a9e";
sha256 = "1b3fm02annsq58pcfc985glrmh21rmqksdj3q8wn6gyza06jdf3v";
};
meta = with stdenv.lib; {
homepage = https://github.com/omsc/skin.osmc;
description = "The default skin for OSMC";
platforms = platforms.all;
maintainers = with maintainers; [ worldofpeace ];
license = licenses.cc-by-nc-sa-30;
};
};
}

View file

@ -18701,6 +18701,7 @@ with pkgs;
++ optionals (config.kodi.enableHyperLauncher or false)
(with hyper-launcher; [ plugin service pdfreader ])
++ optional (config.kodi.enableJoystick or false) joystick
++ optional (config.kodi.enableOSMCskin or false) osmc-skin
++ optional (config.kodi.enableSVTPlay or false) svtplay
++ optional (config.kodi.enableSteamController or false) steam-controller
++ optional (config.kodi.enableSteamLauncher or false) steam-launcher