Unverified Commit 6c2d1cec authored by Guy Chronister's avatar Guy Chronister
Browse files

fcitx5-openbangla-keyboard: migrate to by-name, preserve overrides

parent eb5dfc7b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
  openbangla-keyboard,
  ...
}@args:

openbangla-keyboard.override (
  {
    withFcitx5Support = true;
    withIbusSupport = false;
  }
  // removeAttrs args [ "openbangla-keyboard" ]
)
+0 −4
Original line number Diff line number Diff line
@@ -2272,10 +2272,6 @@ with pkgs;

  fcitx5-m17n = callPackage ../tools/inputmethods/fcitx5/fcitx5-m17n.nix { };

  fcitx5-openbangla-keyboard = libsForQt5.callPackage ../applications/misc/openbangla-keyboard {
    withFcitx5Support = true;
  };

  fcitx5-gtk = callPackage ../tools/inputmethods/fcitx5/fcitx5-gtk.nix { };

  fcitx5-hangul = callPackage ../tools/inputmethods/fcitx5/fcitx5-hangul.nix { };