summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify/default.nix
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2023-08-04 10:54:47 -0500
committerAustin Horstman <khaneliman12@gmail.com>2023-08-04 10:54:47 -0500
commitef8105b8e158d79d42e9817e9ae4ac123ce1dad0 (patch)
tree53c965d2337c4b7bded6b73356b8f7c435eb7e53 /pkgs/applications/audio/spotify/default.nix
parent8fa169707fa055994fe60f194027629fee8e417a (diff)
downloadnixpkgs-ef8105b8e158d79d42e9817e9ae4ac123ce1dad0.tar
nixpkgs-ef8105b8e158d79d42e9817e9ae4ac123ce1dad0.tar.gz
nixpkgs-ef8105b8e158d79d42e9817e9ae4ac123ce1dad0.tar.bz2
nixpkgs-ef8105b8e158d79d42e9817e9ae4ac123ce1dad0.tar.lz
nixpkgs-ef8105b8e158d79d42e9817e9ae4ac123ce1dad0.tar.xz
nixpkgs-ef8105b8e158d79d42e9817e9ae4ac123ce1dad0.tar.zst
nixpkgs-ef8105b8e158d79d42e9817e9ae4ac123ce1dad0.zip
treewide: add meta.mainProgram to audio
Diffstat (limited to 'pkgs/applications/audio/spotify/default.nix')
-rw-r--r--pkgs/applications/audio/spotify/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix
index 398d3a6ad97..df6d762c65e 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -15,6 +15,7 @@ let
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
+    mainProgram = "spotify";
   };
 
 in if stdenv.isDarwin