1 { lib, mkDerivation, fetchFromGitHub, cmake, pkg-config, libchewing, qtbase
5 pname = "chewing-editor";
8 src = fetchFromGitHub {
12 sha256 = "0kc2hjx1gplm3s3p1r5sn0cyxw3k1q4gyv08q9r6rs4sg7xh2w7w";
17 nativeBuildInputs = [ cmake pkg-config ];
18 buildInputs = [ libchewing qtbase qttools ];
21 description = "Cross platform chewing user phrase editor";
22 mainProgram = "chewing-editor";
24 chewing-editor is a cross platform chewing user phrase editor. It provides a easy way to manage user phrase. With it, user can customize their user phrase to increase input performance.
26 homepage = "https://github.com/chewing/chewing-editor";
27 license = licenses.gpl2Plus;
28 maintainers = [ maintainers.ShamrockLee ];
29 platforms = platforms.all;