27 pname = "maliit-framework";
30 src = fetchFromGitHub {
33 rev = "refs/tags/${version}";
34 sha256 = "sha256-q+hiupwlA0PfG+xtomCUp2zv6HQrGgmOd9CU193ucrY=";
38 # FIXME: backport GCC 12 build fix, remove for next release
40 url = "https://github.com/maliit/framework/commit/86e55980e3025678882cb9c4c78614f86cdc1f04.diff";
41 hash = "sha256-5R+sCI05vJX5epu6hcDSWWzlZ8ns1wKEJ+u8xC6d8Xo=";
70 cmakeFlags+="-DQT5_PLUGINS_INSTALL_DIR=$out/$qtPluginPrefix"
74 description = "Core libraries of Maliit and server";
75 mainProgram = "maliit-server";
76 homepage = "http://maliit.github.io/";
77 license = licenses.lgpl21Plus;