kodiPackages.kodi-platform: set license (#516540)

This commit is contained in:
Aaron Andersen
2026-05-06 10:56:45 +00:00
committed by GitHub
@@ -1,4 +1,5 @@
{
lib,
stdenv,
fetchFromGitHub,
cmake,
@@ -23,4 +24,8 @@ stdenv.mkDerivation rec {
libcec_platform
tinyxml
];
meta = {
license = lib.licenses.gpl2Plus;
};
}