fcitx-qt5: fix build
This commit is contained in:
parent
52f3c28df2
commit
63ea6e95f7
@ -21,15 +21,15 @@ mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ fcitx qtbase ];
|
buildInputs = [ fcitx qtbase ];
|
||||||
|
|
||||||
preInstall = ''
|
preConfigure = ''
|
||||||
substituteInPlace platforminputcontext/cmake_install.cmake \
|
substituteInPlace platforminputcontext/CMakeLists.txt \
|
||||||
--replace ${qtbase.bin} $out
|
--replace \$"{CMAKE_INSTALL_QTPLUGINDIR}" $out/${qtbase.qtPluginPrefix}
|
||||||
substituteInPlace quickphrase-editor/cmake_install.cmake \
|
substituteInPlace quickphrase-editor/CMakeLists.txt \
|
||||||
--replace ${fcitx} $out
|
--replace \$"{FCITX4_ADDON_INSTALL_DIR}" $out/lib/fcitx
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://gitlab.com/fcitx/fcitx-qt5;
|
homepage = "https://gitlab.com/fcitx/fcitx-qt5";
|
||||||
description = "Qt5 IM Module for Fcitx";
|
description = "Qt5 IM Module for Fcitx";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user