mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +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; {
|
||||
description = "Official Qt SoulSeek client";
|
||||
homepage = "https://www.slsknet.org";
|
||||
mainProgram = "SoulseekQt";
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
maintainers = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user