mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
ibus: fix installed tests
This commit is contained in:
parent
40fede29e3
commit
3a2f99340c
@ -4,6 +4,7 @@ makeInstalledTest {
|
|||||||
tested = pkgs.ibus;
|
tested = pkgs.ibus;
|
||||||
|
|
||||||
testConfig = {
|
testConfig = {
|
||||||
|
i18n.supportedLocales = [ "all" ];
|
||||||
i18n.inputMethod.enabled = "ibus";
|
i18n.inputMethod.enabled = "ibus";
|
||||||
systemd.user.services.ibus-daemon = {
|
systemd.user.services.ibus-daemon = {
|
||||||
serviceConfig.ExecStart = "${pkgs.ibus}/bin/ibus-daemon --xim --verbose";
|
serviceConfig.ExecStart = "${pkgs.ibus}/bin/ibus-daemon --xim --verbose";
|
||||||
|
Loading…
Reference in New Issue
Block a user