Remove unnecessary preinstall for fcitx5-anthy
This commit is contained in:
parent
aff5d3d330
commit
8c2d8866e9
1 changed files with 0 additions and 5 deletions
|
@ -12,11 +12,6 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
|
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];
|
||||||
buildInputs = [ fcitx5 anthy gettext ];
|
buildInputs = [ fcitx5 anthy gettext ];
|
||||||
|
|
||||||
preinstall = ''
|
|
||||||
substituteInPlace src/cmake_install.cmake \
|
|
||||||
--replace ${fcitx5} $out
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Anthy Wrapper for Fcitx5";
|
description = "Anthy Wrapper for Fcitx5";
|
||||||
homepage = "https://github.com/fcitx/fcitx5-anthy";
|
homepage = "https://github.com/fcitx/fcitx5-anthy";
|
||||||
|
|
Loading…
Add table
Reference in a new issue