ibus: add meta.mainProgram (#423754)

authored by Yohann Boniface and committed by GitHub bd4291ee 7a50e521

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