Merge pull request #14839 from ericsagnes/fix/fcitx-qt5
fcitx-qt5: fix build
This commit is contained in:
commit
037400eea1
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
substituteInPlace platforminputcontext/cmake_install.cmake \
|
substituteInPlace platforminputcontext/cmake_install.cmake \
|
||||||
--replace ${qtbase} $out
|
--replace ${qtbase.out} $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue