Merge pull request #271500 from cyntheticfox/patch/add-nheko-mainProgram
nheko: Add meta.mainProgram
This commit is contained in:
commit
ea95ced088
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Desktop client for the Matrix protocol";
|
description = "Desktop client for the Matrix protocol";
|
||||||
homepage = "https://github.com/Nheko-Reborn/nheko";
|
homepage = "https://github.com/Nheko-Reborn/nheko";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
mainProgram = "nheko";
|
||||||
maintainers = with maintainers; [ ekleog fpletz ];
|
maintainers = with maintainers; [ ekleog fpletz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
# Should be fixable if a higher clang version is used, see:
|
# Should be fixable if a higher clang version is used, see:
|
||||||
|
|
Loading…
Reference in a new issue