fcitx-engines.libpinyin: remove unnecessary replacement

This commit is contained in:
Jonathan Ringer 2019-07-29 13:53:14 -07:00
parent 24f4c62cef
commit 781ec03841

View File

@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
preInstall = ''
substituteInPlace src/cmake_install.cmake \
--replace ${fcitx} $out
substituteInPlace po/cmake_install.cmake \
--replace ${fcitx} $out
substituteInPlace data/cmake_install.cmake \
--replace ${fcitx} $out
substituteInPlace dictmanager/cmake_install.cmake \