mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
uim: remove qt4, fix qt5
This commit is contained in:
parent
79ff04f384
commit
308baf3049
2 changed files with 2 additions and 15 deletions
|
@ -10,7 +10,7 @@ in
|
|||
|
||||
i18n.inputMethod.uim = {
|
||||
toolbar = mkOption {
|
||||
type = types.enum [ "gtk" "gtk3" "gtk-systray" "gtk3-systray" "qt4" ];
|
||||
type = types.enum [ "gtk" "gtk3" "gtk-systray" "gtk3-systray" "qt5" ];
|
||||
default = "gtk";
|
||||
example = "gtk-systray";
|
||||
description = lib.mdDoc ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue