Merge pull request #324607 from NixOS/backport-324569-to-release-24.05

[Backport release-24.05]  {gcal,git-cola}: set meta.mainProgram
This commit is contained in:
Aleksana 2024-07-05 00:29:34 +08:00 committed by GitHub
commit 70381689af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.romildo ];
mainProgram = "gcal";
};
}

View File

@ -64,5 +64,6 @@ python3Packages.buildPythonApplication rec {
description = "A sleek and powerful Git GUI";
license = licenses.gpl2;
maintainers = [ maintainers.bobvanderlinden ];
mainProgram = "git-cola";
};
}