9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
16 rev = "v${finalAttrs.version}";
17 sha256 = "sha256-X+4Rr5Mfc4qeJxmHczu4MKgHBvQN1rhqUrJSx8SFnDk=";
20 buildInputs = [ sqlite ];
22 nativeBuildInputs = [ cmake ];
25 description = "Intelligent Chinese phonetic input method";
26 homepage = "https://chewing.im/";
27 license = licenses.lgpl21Only;
28 maintainers = with maintainers; [
32 platforms = platforms.all;