about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-04-20 12:59:13 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-04-20 13:08:52 +0900
commitc99fdd5296bb60cb237231cdbbc4f269b95b5630 (patch)
treeb4930b21c17b71f9c5210a536ca4bebb3b076715 /pkgs/tools/inputmethods
parentd99eaf005c1f21fb190fb2aa3f8b2f63218829d8 (diff)
downloadnixlib-c99fdd5296bb60cb237231cdbbc4f269b95b5630.tar
nixlib-c99fdd5296bb60cb237231cdbbc4f269b95b5630.tar.gz
nixlib-c99fdd5296bb60cb237231cdbbc4f269b95b5630.tar.bz2
nixlib-c99fdd5296bb60cb237231cdbbc4f269b95b5630.tar.lz
nixlib-c99fdd5296bb60cb237231cdbbc4f269b95b5630.tar.xz
nixlib-c99fdd5296bb60cb237231cdbbc4f269b95b5630.tar.zst
nixlib-c99fdd5296bb60cb237231cdbbc4f269b95b5630.zip
fcitx-qt5: fix build
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix b/pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix
index 428e96e8674d..ab139bdb5a76 100644
--- a/pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix
+++ b/pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   preInstall = ''
     substituteInPlace platforminputcontext/cmake_install.cmake \
-      --replace ${qtbase} $out
+      --replace ${qtbase.out} $out
   '';
 
   meta = with stdenv.lib; {