mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
soulseekqt: add main program
Should allow running soulseek with `nix run`.
This commit is contained in:
parent
7851ae607d
commit
bc74518252
@ -52,6 +52,7 @@ mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Official Qt SoulSeek client";
|
description = "Official Qt SoulSeek client";
|
||||||
homepage = "https://www.slsknet.org";
|
homepage = "https://www.slsknet.org";
|
||||||
|
mainProgram = "SoulseekQt";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
Loading…
Reference in New Issue
Block a user