13 namespace = "script.keymap";
17 url = "https://mirrors.kodi.tv/addons/${lib.toLower rel}/${namespace}/${namespace}-${version}.zip";
18 sha256 = "sha256-931iJv9wsY20pXckvTlEhxGCDFSBHonpGO2c2OYiqrI=";
21 propagatedBuildInputs = [
27 updateScript = addonUpdateScript {
28 attrPath = "kodi.packages.keymap";
33 homepage = "https://github.com/tamland/xbmc-keymap-editor";
34 description = "GUI for configuring mappings for remotes, keyboard and other inputs supported by Kodi";
35 license = licenses.gpl3Plus;
36 maintainers = teams.kodi.members;