mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
kodi: Add meta.mainProgram
So users can leverage `lib.getExe` on Kodi.
This commit is contained in:
parent
eaf8d01ad7
commit
bae4cbbdb8
1 changed files with 1 additions and 0 deletions
|
@ -261,5 +261,6 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = teams.kodi.members;
|
||||
mainProgram = "kodi";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue