-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
ibus-table-chinese: init at 1.8.2 #50475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It uses /usr/share as a default parameter, which errors out on NixOS. This replaces it with the path to the derivation.
@GrahamcOfBorg build ibus-engines.table-chinese |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: ibus-engines.table-chinese Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: ibus-engines.table-chinese Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: ibus-engines.table-chinese Partial log (click to expand)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked this with the following VM declaration:
{
vmtest = { pkgs, ... }: {
services.xserver = {
enable = true;
desktopManager.gnome3.enable = true;
desktopManager.xterm.enable = false;
};
users.extraUsers.vm = {
isNormalUser= true;
password = "vm";
};
virtualisation.memorySize = 2048;
i18n.inputMethod.enabled = "ibus";
i18n.inputMethod.ibus.engines = [ pkgs.ibus-engines.table-chinese ];
};
}
Thanks for the addition!
Motivation for this change
ibus-table-chinese adds support for several Chinese IMEs in ibus, including Wubizixing.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)