Remove unnecessary preinstall for fcitx5-anthy

inky
Elnu 1 year ago
parent aff5d3d330
commit 8c2d8866e9

@ -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";

Loading…
Cancel
Save