mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
parent
9617f61164
commit
d037837cf9
1 changed files with 3 additions and 1 deletions
|
@ -15053,7 +15053,9 @@ in
|
|||
gtk = gtk2;
|
||||
};
|
||||
|
||||
kodiPlain = callPackage ../applications/video/kodi { };
|
||||
kodiPlain = callPackage ../applications/video/kodi {
|
||||
libva = libva-full;
|
||||
};
|
||||
xbmcPlain = kodiPlain;
|
||||
|
||||
kodiPlugins = recurseIntoAttrs (callPackage ../applications/video/kodi/plugins.nix {
|
||||
|
|
Loading…
Reference in a new issue