From 2e32e89b7e078e9d4e8c1de501ca716605f276dc Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Wed, 18 Oct 2023 10:32:47 -0400 Subject: [PATCH] squeezelite: add meta.mainProgram --- pkgs/applications/audio/squeezelite/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/squeezelite/default.nix b/pkgs/applications/audio/squeezelite/default.nix index d0ceec6d67a7..da126de3fc43 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; };