Remove unnecessary preinstall for fcitx5-anthy

This commit is contained in:
Elnu 2023-01-17 11:56:14 -08:00
parent aff5d3d330
commit 8c2d8866e9

View file

@ -12,11 +12,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
buildInputs = [ fcitx5 anthy gettext ];
preinstall = ''
substituteInPlace src/cmake_install.cmake \
--replace ${fcitx5} $out
'';
meta = with lib; {
description = "Anthy Wrapper for Fcitx5";
homepage = "https://github.com/fcitx/fcitx5-anthy";