python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / libunity / fix-vala.patch
blob555c2ad7bcb0df7e8edc325c3eb4eab5e7addda9
1 --- a/protocol/protocol-icon.vala 2013-08-27 12:53:57 +0000
2 +++ b/protocol/protocol-icon.vala 2021-04-13 22:34:41 +0000
3 @@ -185,7 +185,7 @@
6 /* Added to GIcon interface in 2.37 */
7 - private Variant serialize ()
8 + private Variant? serialize ()
10 Variant? ret = null;
11 return ret;