chatterino7: use release version & add mainProgram
This commit is contained in:
parent
4daf8ce013
commit
3b117a48b4
1 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SevenTV";
|
owner = "SevenTV";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "1132751f4ba4ae7306e0defd01fbaa467bbdb528";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-/b1+4v09nDiATJlziedY/1S6Zq1iq45PPh37cwxznMQ=";
|
sha256 = "sha256-6F27GVknSwFDYARdkgE31Oufz557vBKrcDLo9csRWPA=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Chat client for twitch.tv";
|
description = "Chat client for twitch.tv";
|
||||||
|
mainProgram = "chatterino";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Chatterino7 is a fork of Chatterino 2.
|
Chatterino7 is a fork of Chatterino 2.
|
||||||
This fork mainly contains features that aren't accepted into Chatterino 2,
|
This fork mainly contains features that aren't accepted into Chatterino 2,
|
||||||
|
|
Loading…
Reference in a new issue