1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

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