From 716f425d402caf7c44655abab44aaf3a8cada4ba Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 1 Apr 2023 06:53:47 -0400 Subject: [PATCH] river: mark broken on cross for now --- srcpkgs/river/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/river/template b/srcpkgs/river/template index 431aa4bd8e8..2f0b210485a 100644 --- a/srcpkgs/river/template +++ b/srcpkgs/river/template @@ -18,6 +18,10 @@ build_options="xwayland" build_options_default="xwayland" desc_option_xwayland="Enable Xwayland support" +if [ -n "$CROSS_BUILD" ]; then + broken="https://build.voidlinux.org/builders/armv7l_builder/builds/43055/steps/shell_3/logs/stdio" +fi + post_install() { vsconf example/init }