11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-jbIhcxZzGlklpoMjLAYkKlh/CBE8R4jARO6nfnzSXOQ=";
35 description = "input method development support for xcb";
36 homepage = "https://github.com/fcitx/xcb-imdkit";
37 license = licenses.lgpl21Plus;
38 maintainers = with maintainers; [ poscat ];
39 platforms = platforms.linux;