Loading pkgs/tools/inputmethods/fcitx5/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ , xcbutilwm , xcb-imdkit , libxkbfile , nixosTests }: let enDictVer = "20121020"; Loading Loading @@ -89,7 +90,12 @@ stdenv.mkDerivation rec { libxkbfile ]; passthru.updateScript = ./update.py; passthru = { updateScript = ./update.py; tests = { inherit (nixosTests) fcitx5; }; }; meta = with lib; { description = "Next generation of fcitx"; Loading pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , gettext , fcitx5 , libhangul , nixosTests }: stdenv.mkDerivation rec { Loading @@ -30,6 +31,10 @@ stdenv.mkDerivation rec { libhangul ]; passthru.tests = { inherit (nixosTests) fcitx5; }; meta = with lib; { description = "Hangul wrapper for Fcitx5"; homepage = "https://github.com/fcitx/fcitx5-hangul"; Loading pkgs/tools/inputmethods/fcitx5/fcitx5-m17n.nix +5 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , m17n_db , gettext , fmt , nixosTests }: stdenv.mkDerivation rec { Loading Loading @@ -36,6 +37,10 @@ stdenv.mkDerivation rec { fmt ]; passthru.tests = { inherit (nixosTests) fcitx5; }; meta = with lib; { description = "m17n support for Fcitx5"; homepage = "https://github.com/fcitx/fcitx5-m17n"; Loading pkgs/tools/inputmethods/fcitx5/fcitx5-mozc.nix +5 −1 Original line number Diff line number Diff line { lib, clangStdenv, fetchFromGitHub, fetchurl, fetchpatch, fetchgit , python3Packages, ninja, pkg-config, protobuf, zinnia, qt5, fcitx5 , jsoncpp, gtest, which, gtk2, unzip, abseil-cpp, breakpad }: , jsoncpp, gtest, which, gtk2, unzip, abseil-cpp, breakpad, nixosTests }: let inherit (python3Packages) python gyp six; utdic = fetchurl { Loading Loading @@ -115,6 +115,10 @@ in clangStdenv.mkDerivation rec { wrapQtApp $out/lib/mozc/mozc_tool ''; passthru.tests = { inherit (nixosTests) fcitx5; }; meta = with lib; { description = "Fcitx5 Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"; homepage = "https://github.com/fcitx/mozc"; Loading Loading
pkgs/tools/inputmethods/fcitx5/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ , xcbutilwm , xcb-imdkit , libxkbfile , nixosTests }: let enDictVer = "20121020"; Loading Loading @@ -89,7 +90,12 @@ stdenv.mkDerivation rec { libxkbfile ]; passthru.updateScript = ./update.py; passthru = { updateScript = ./update.py; tests = { inherit (nixosTests) fcitx5; }; }; meta = with lib; { description = "Next generation of fcitx"; Loading
pkgs/tools/inputmethods/fcitx5/fcitx5-hangul.nix +5 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , gettext , fcitx5 , libhangul , nixosTests }: stdenv.mkDerivation rec { Loading @@ -30,6 +31,10 @@ stdenv.mkDerivation rec { libhangul ]; passthru.tests = { inherit (nixosTests) fcitx5; }; meta = with lib; { description = "Hangul wrapper for Fcitx5"; homepage = "https://github.com/fcitx/fcitx5-hangul"; Loading
pkgs/tools/inputmethods/fcitx5/fcitx5-m17n.nix +5 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ , m17n_db , gettext , fmt , nixosTests }: stdenv.mkDerivation rec { Loading Loading @@ -36,6 +37,10 @@ stdenv.mkDerivation rec { fmt ]; passthru.tests = { inherit (nixosTests) fcitx5; }; meta = with lib; { description = "m17n support for Fcitx5"; homepage = "https://github.com/fcitx/fcitx5-m17n"; Loading
pkgs/tools/inputmethods/fcitx5/fcitx5-mozc.nix +5 −1 Original line number Diff line number Diff line { lib, clangStdenv, fetchFromGitHub, fetchurl, fetchpatch, fetchgit , python3Packages, ninja, pkg-config, protobuf, zinnia, qt5, fcitx5 , jsoncpp, gtest, which, gtk2, unzip, abseil-cpp, breakpad }: , jsoncpp, gtest, which, gtk2, unzip, abseil-cpp, breakpad, nixosTests }: let inherit (python3Packages) python gyp six; utdic = fetchurl { Loading Loading @@ -115,6 +115,10 @@ in clangStdenv.mkDerivation rec { wrapQtApp $out/lib/mozc/mozc_tool ''; passthru.tests = { inherit (nixosTests) fcitx5; }; meta = with lib; { description = "Fcitx5 Module of A Japanese Input Method for Chromium OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)"; homepage = "https://github.com/fcitx/mozc"; Loading