Merge pull request #14839 from ericsagnes/fix/fcitx-qt5

fcitx-qt5: fix build
This commit is contained in:
Thomas Tuegel 2016-04-20 07:44:35 -05:00
commit 037400eea1

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
preInstall = ''
substituteInPlace platforminputcontext/cmake_install.cmake \
--replace ${qtbase} $out
--replace ${qtbase.out} $out
'';
meta = with stdenv.lib; {