squeezelite: add meta.mainProgram

This commit is contained in:
Adam Stephens
2023-10-18 20:14:27 +02:00
committed by Matthieu Coudron
parent 222d4514ca
commit 2e32e89b7e
@@ -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;
};