maliit-framework: backport GCC 12 build fix

K900 a217df51 da6293b9

+8
+8
pkgs/applications/misc/maliit-framework/default.nix
··· 33 33 sha256 = "sha256-q+hiupwlA0PfG+xtomCUp2zv6HQrGgmOd9CU193ucrY="; 34 34 }; 35 35 36 + patches = [ 37 + # FIXME: backport GCC 12 build fix, remove for next release 38 + (fetchpatch { 39 + url = "https://github.com/maliit/framework/commit/86e55980e3025678882cb9c4c78614f86cdc1f04.diff"; 40 + hash = "sha256-5R+sCI05vJX5epu6hcDSWWzlZ8ns1wKEJ+u8xC6d8Xo="; 41 + }) 42 + ]; 43 + 36 44 buildInputs = [ 37 45 at-spi2-atk 38 46 at-spi2-core