From e010adbd54b5c63f7fa21241e64b326a8c3de294 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 28 May 2021 00:49:55 +0800 Subject: [PATCH] nautilus: workaround a meson-0.58.0 issue --- gnome/platform/nautilus.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnome/platform/nautilus.xml b/gnome/platform/nautilus.xml index f728c4ffa1..060080c96d 100644 --- a/gnome/platform/nautilus.xml +++ b/gnome/platform/nautilus.xml @@ -115,6 +115,16 @@ Installation of Nautilus + + + Work around an issue in meson-0.58.0: + + +sed -e 's/test_env/#&/' \ + -e 's/env: \[/env: test_env + [/' \ + -i test/automated/displayless/meson.build + Install Nautilus by running the following commands: