jellyfin-tui: install desktop entry in postInstall
This commit is contained in:
parent
4afcc5ad94
commit
04c558495a
@ -43,6 +43,10 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
doInstallCheck = true;
|
||||
|
||||
postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||
install -Dm644 src/extra/jellyfin-tui.desktop $out/share/applications/jellyfin-tui.desktop
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user