1 { lib, mkDerivation, fetchFromGitLab
13 src = fetchFromGitLab {
17 sha256 = "0860v3rxsh054wkkbawvyin5mk0flp4cwfcpmcpq147lvdm5lq2i";
20 nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
22 buildInputs = [ fcitx qtbase ];
25 substituteInPlace platforminputcontext/CMakeLists.txt \
26 --replace \$"{CMAKE_INSTALL_QTPLUGINDIR}" $out/${qtbase.qtPluginPrefix}
27 substituteInPlace quickphrase-editor/CMakeLists.txt \
28 --replace \$"{FCITX4_ADDON_INSTALL_DIR}" $out/lib/fcitx
32 homepage = "https://gitlab.com/fcitx/fcitx-qt5";
33 description = "Qt5 IM Module for Fcitx";
34 license = licenses.gpl2;
35 platforms = platforms.linux;
36 maintainers = with maintainers; [ ericsagnes ];