quassel: set 'meta.mainProgram' (#397982)

This commit is contained in:
Bruno BELANYI
2025-04-12 19:08:20 +01:00
committed by GitHub
@@ -124,6 +124,13 @@ in
'';
license = licenses.gpl3;
maintainers = with maintainers; [ ttuegel ];
mainProgram =
if monolithic then
"quassel"
else if buildClient then
"quasselclient"
else
"quasselcore";
inherit (qtbase.meta) platforms;
};
}