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";
23 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.
25 homepage = "https://github.com/chewing/chewing-editor";
26 license = licenses.gpl2Plus;
27 maintainers = [ maintainers.ShamrockLee ];
28 platforms = platforms.all;