mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.fcitx5: fix test
This commit is contained in:
parent
b63937c09b
commit
91bfb2361c
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
enable = true;
|
||||
type = "fcitx5";
|
||||
fcitx5.addons = [
|
||||
pkgs.fcitx5-chinese-addons
|
||||
pkgs.qt6Packages.fcitx5-chinese-addons
|
||||
pkgs.fcitx5-hangul
|
||||
pkgs.fcitx5-m17n
|
||||
pkgs.fcitx5-mozc
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
user = nodes.machine.users.users.alice;
|
||||
xauth = "${user.home}/.Xauthority";
|
||||
in
|
||||
''
|
||||
/* python */ ''
|
||||
start_all()
|
||||
|
||||
machine.wait_for_x()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue