Merge pull request #271500 from cyntheticfox/patch/add-nheko-mainProgram

nheko: Add meta.mainProgram
This commit is contained in:
Emily Trau 2023-12-02 23:57:35 +11:00 committed by GitHub
commit ea95ced088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: