1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "p8-platform-${version}";
11 sha256 = "sha256-zAI/AOLJAunv+cCQ6bOXrgkW+wl5frj3ktzx2cDeCCk=";
14 nativeBuildInputs = [ cmake ];
17 description = "Platform library for libcec and Kodi addons";
18 homepage = "https://github.com/Pulse-Eight/platform";
19 license = lib.licenses.gpl2Plus;
20 platforms = platforms.all;
21 maintainers = teams.kodi.members;