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