1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

kodiPlain: rename default.nix to unwrapped.nix

This commit is contained in:
Aaron Andersen 2021-03-09 22:26:59 -05:00
parent 3a70d376fe
commit f8f037b51d
2 changed files with 3 additions and 3 deletions

View file

@ -26254,13 +26254,13 @@ in
gtk = gtk2;
};
kodiPlain = callPackage ../applications/video/kodi { };
kodiPlain = callPackage ../applications/video/kodi/unwrapped.nix { };
kodiPlainWayland = callPackage ../applications/video/kodi {
kodiPlainWayland = callPackage ../applications/video/kodi/unwrapped.nix {
useWayland = true;
};
kodiGBM = callPackage ../applications/video/kodi {
kodiGBM = callPackage ../applications/video/kodi/unwrapped.nix {
useGbm = true;
};