mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
kodi-packages: use kodi release name from kodi package
This commit is contained in:
parent
2511f48e1c
commit
6343120f04
@ -26,7 +26,7 @@ let
|
||||
self = {
|
||||
addonDir = "/share/kodi/addons";
|
||||
|
||||
rel = "Omega";
|
||||
rel = kodi.kodiReleaseName;
|
||||
|
||||
inherit callPackage kodi hasKodiAddon requiredKodiAddons;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user