diff --git a/srcpkgs/iagno/patches/posix-exit_success.patch b/srcpkgs/iagno/patches/posix-exit_success.patch new file mode 100644 index 00000000000..57cf0e9bcc3 --- /dev/null +++ b/srcpkgs/iagno/patches/posix-exit_success.patch @@ -0,0 +1,12 @@ +--- src/meson.build 2020-07-03 18:01:55.826839700 +0200 ++++ src/meson.build 2020-08-14 10:28:26.326980495 +0200 +@@ -15,7 +15,8 @@ + '--enable-experimental-non-null' + ], + dependencies : [ +- gio_dependency ++ gio_dependency, ++ posix_dependency + ] + ) + )