11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-1gKfFq+x/tCOYqESO49Qddp5z6zXO7ULjTJgDEl8BqI=";
34 description = "Lua support for Fcitx 5";
35 homepage = "https://github.com/fcitx/fcitx5-lua";
36 license = licenses.lgpl21Plus;
37 maintainers = with maintainers; [ poscat ];
38 platforms = platforms.linux;