repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
libunity
/
fix-vala.patch
blob
555c2ad7bcb0df7e8edc325c3eb4eab5e7addda9
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 @@
4
}
5
6
/* Added to GIcon interface in 2.37 */
7
- private Variant serialize ()
8
+ private Variant? serialize ()
9
{
10
Variant? ret = null;
11
return ret;
12