kodiPlain: rename default.nix to unwrapped.nix
This commit is contained in:
parent
3a70d376fe
commit
f8f037b51d
@ -26254,13 +26254,13 @@ in
|
|||||||
gtk = gtk2;
|
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;
|
useWayland = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
kodiGBM = callPackage ../applications/video/kodi {
|
kodiGBM = callPackage ../applications/video/kodi/unwrapped.nix {
|
||||||
useGbm = true;
|
useGbm = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user