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

authored by Bruno BELANYI and committed by GitHub 956fcd91 996e36a2

+7
+7
pkgs/applications/networking/irc/quassel/default.nix
··· 124 ''; 125 license = licenses.gpl3; 126 maintainers = with maintainers; [ ttuegel ]; 127 inherit (qtbase.meta) platforms; 128 }; 129 }
··· 124 ''; 125 license = licenses.gpl3; 126 maintainers = with maintainers; [ ttuegel ]; 127 + mainProgram = 128 + if monolithic then 129 + "quassel" 130 + else if buildClient then 131 + "quasselclient" 132 + else 133 + "quasselcore"; 134 inherit (qtbase.meta) platforms; 135 }; 136 }