ibus: add meta.mainProgram (#423754)

authored by Yohann Boniface and committed by GitHub bd4291ee 7a50e521

+1
+1
pkgs/tools/inputmethods/ibus/default.nix
··· 234 234 description = "Intelligent Input Bus, input method framework"; 235 235 license = lib.licenses.lgpl21Plus; 236 236 platforms = lib.platforms.linux; 237 + mainProgram = "ibus"; 237 238 maintainers = with lib.maintainers; [ ttuegel ]; 238 239 }; 239 240 })