about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify-player
diff options
context:
space:
mode:
authorMostly Void <7rat13@gmail.com>2023-01-31 19:18:12 +0530
committerMostly Void <7rat13@gmail.com>2023-01-31 19:19:15 +0530
commit284c674525dc7e114590d4397643c35dd4793aec (patch)
treee721ecfe1e4d71fb1252c013092e5f488c2424e8 /pkgs/applications/audio/spotify-player
parente15d68cb218353dd4f172b48061560bed819af3a (diff)
spotify-player: add meta.mainProgram
Diffstat (limited to 'pkgs/applications/audio/spotify-player')
-rw-r--r--pkgs/applications/audio/spotify-player/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/spotify-player/default.nix b/pkgs/applications/audio/spotify-player/default.nix
index 9fa3a5336b9f9..b15031a529142 100644
--- a/pkgs/applications/audio/spotify-player/default.nix
+++ b/pkgs/applications/audio/spotify-player/default.nix
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "A command driven spotify player";
     homepage = "https://github.com/aome510/spotify-player";
+    mainProgram = "spotify_player";
     license = licenses.mit;
     maintainers = with maintainers; [ dit7ya ];
   };