soulseekqt: add main program

Should allow running soulseek with `nix run`.
This commit is contained in:
Felipe Silva 2022-08-26 14:29:53 -03:00 committed by Bjørn Forsman
parent 7851ae607d
commit bc74518252

@ -52,6 +52,7 @@ mkDerivation rec {
meta = with lib; {
description = "Official Qt SoulSeek client";
homepage = "https://www.slsknet.org";
mainProgram = "SoulseekQt";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = [ ];