From 499c72ac67041dac31183e6d8e174c8df87c6e09 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 11 Oct 2017 07:33:38 +0000 Subject: [PATCH] nautilus: nocross --- srcpkgs/nautilus/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template index d3c5a1140ae..6e116e988ab 100644 --- a/srcpkgs/nautilus/template +++ b/srcpkgs/nautilus/template @@ -15,6 +15,9 @@ license="GPL-2, LGPL-2.1" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=a02b30ef9033f6f92fbc5e29abaceeb58ce6a600ed9fa5a4697ba82901d07924 +# no meson option to disable gir, gobject-introspection nocross +nocross="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/5628/steps/shell_3/logs/stdio" + build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir"