jellyfin: add meta.mainProgram
This commit is contained in:
parent
ccf92aad9b
commit
42d8301efe
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ buildDotnetModule rec {
|
||||||
# https://github.com/jellyfin/jellyfin/issues/610#issuecomment-537625510
|
# https://github.com/jellyfin/jellyfin/issues/610#issuecomment-537625510
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ nyanloutre minijackson purcell jojosch ];
|
maintainers = with maintainers; [ nyanloutre minijackson purcell jojosch ];
|
||||||
|
mainProgram = "jellyfin";
|
||||||
platforms = dotnet-runtime.meta.platforms;
|
platforms = dotnet-runtime.meta.platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue