3
0
Fork 0
forked from mirrors/nixpkgs

fcitx-qt5: fix build

This commit is contained in:
Eric Sagnes 2016-04-20 12:59:13 +09:00
parent d99eaf005c
commit c99fdd5296

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; {