10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-XRfYQquR9SVlYr2sX6ii8JjMyjJZWSMf1u2oKUmOhf8=";
21 nativeBuildInputs = [ cmake extra-cmake-modules ];
23 buildInputs = [ fcitx5 lua gettext ];
26 extraLdLibraries = [ lua ];
30 description = "Lua support for Fcitx 5";
31 homepage = "https://github.com/fcitx/fcitx5-lua";
32 license = licenses.lgpl21Plus;
33 maintainers = with maintainers; [ poscat ];
34 platforms = platforms.linux;