13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-QfuetGPY6u4OhFiE5/CoVEpdODWnd1PHWBtM3ymsZ98=";
37 description = "input method development support for xcb";
38 homepage = "https://github.com/fcitx/xcb-imdkit";
39 license = licenses.lgpl21Plus;
40 maintainers = with maintainers; [ poscat ];
41 platforms = platforms.linux;