kodi-packages: use kodi release name from kodi package

This commit is contained in:
Daniel Wagenknecht 2023-01-07 17:35:52 +01:00 committed by Sergey Kazenyuk
parent 2511f48e1c
commit 6343120f04
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ let
self = {
addonDir = "/share/kodi/addons";
rel = "Omega";
rel = kodi.kodiReleaseName;
inherit callPackage kodi hasKodiAddon requiredKodiAddons;