Skip to content

Commit 956fcd9

Browse files
authored
quassel: set 'meta.mainProgram' (#397982)
2 parents 996e36a + adcbc25 commit 956fcd9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/applications/networking/irc/quassel/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ in
124124
'';
125125
license = licenses.gpl3;
126126
maintainers = with maintainers; [ ttuegel ];
127+
mainProgram =
128+
if monolithic then
129+
"quassel"
130+
else if buildClient then
131+
"quasselclient"
132+
else
133+
"quasselcore";
127134
inherit (qtbase.meta) platforms;
128135
};
129136
}

0 commit comments

Comments
 (0)