diff --git a/srcpkgs/io.elementary.code/patches/meson-0.61.patch b/srcpkgs/io.elementary.code/patches/meson-0.61.patch new file mode 100644 index 00000000000..87a88aabff4 --- /dev/null +++ b/srcpkgs/io.elementary.code/patches/meson-0.61.patch @@ -0,0 +1,22 @@ +From a2607cce3a6b1bb62d02456456d3cbc3c6530bb0 Mon Sep 17 00:00:00 2001 +From: Xeonacid +Date: Sat, 8 Jan 2022 02:00:25 +0800 +Subject: [PATCH] Meson: remove positional arguments from i18n.merge_file + (#1165) + +--- + data/meson.build | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/data/meson.build b/data/meson.build +index c2ff0c2881..1f3940d481 100644 +--- a/data/meson.build ++++ b/data/meson.build +@@ -64,7 +64,6 @@ if get_option ('have_pkexec') + ) + + i18n.merge_file( +- 'policy', + input: policy_in, + output: meson.project_name() + '.policy', + po_dir: join_paths(meson.source_root (), 'po', 'extra'),