26 pname = "maliit-framework";
29 src = fetchFromGitHub {
32 rev = "refs/tags/${version}";
33 sha256 = "sha256-q+hiupwlA0PfG+xtomCUp2zv6HQrGgmOd9CU193ucrY=";
37 # FIXME: backport GCC 12 build fix, remove for next release
39 url = "https://github.com/maliit/framework/commit/86e55980e3025678882cb9c4c78614f86cdc1f04.diff";
40 hash = "sha256-5R+sCI05vJX5epu6hcDSWWzlZ8ns1wKEJ+u8xC6d8Xo=";
68 cmakeFlags+="-DQT5_PLUGINS_INSTALL_DIR=$out/$qtPluginPrefix"
72 description = "Core libraries of Maliit and server";
73 mainProgram = "maliit-server";
74 homepage = "http://maliit.github.io/";
75 license = licenses.lgpl21Plus;
76 maintainers = with maintainers; [ samueldr ];