about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorFelipe Silva <felipeqq2@outlook.com>2022-08-26 14:29:53 -0300
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-08-27 00:05:06 +0200
commitbc745182528ded091a62da523fce04546af40886 (patch)
treee9260ace31b492522c287621a4236e90fe5c8d23 /pkgs/applications/networking/p2p
parent7851ae607d2eb28682b4c2550c41693c741d7207 (diff)
soulseekqt: add main program
Should allow running soulseek with `nix run`.
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/soulseekqt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/soulseekqt/default.nix b/pkgs/applications/networking/p2p/soulseekqt/default.nix
index c281756bed357..3faf7ce6a76bc 100644
--- a/pkgs/applications/networking/p2p/soulseekqt/default.nix
+++ b/pkgs/applications/networking/p2p/soulseekqt/default.nix
@@ -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 = [ ];