about summary refs log tree commit diff
path: root/pkgs/applications/audio/squeezelite
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2023-10-18 10:32:47 -0400
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-10-18 20:14:27 +0200
commit2e32e89b7e078e9d4e8c1de501ca716605f276dc (patch)
tree64778ad0852ebab2ff31ea457f2274d1f6ac26f3 /pkgs/applications/audio/squeezelite
parent222d4514ca69d4f951d87844d79fe79466a431ee (diff)
squeezelite: add meta.mainProgram
Diffstat (limited to 'pkgs/applications/audio/squeezelite')
-rw-r--r--pkgs/applications/audio/squeezelite/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/squeezelite/default.nix b/pkgs/applications/audio/squeezelite/default.nix
index d0ceec6d67a77..da126de3fc436 100644
--- a/pkgs/applications/audio/squeezelite/default.nix
+++ b/pkgs/applications/audio/squeezelite/default.nix
@@ -101,6 +101,7 @@ stdenv.mkDerivation {
     description = "Lightweight headless squeezebox client emulator";
     homepage = "https://github.com/ralph-irving/squeezelite";
     license = with licenses; [ gpl3Plus ] ++ optional dsdSupport bsd2;
+    mainProgram = binName;
     maintainers = with maintainers; [ adamcstephens ];
     platforms = if (audioBackend == "pulse") then platforms.linux else platforms.linux ++ platforms.darwin;
   };