mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
river: mark broken on cross for now
This commit is contained in:
parent
1225a343de
commit
716f425d40
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ build_options="xwayland"
|
||||||
build_options_default="xwayland"
|
build_options_default="xwayland"
|
||||||
desc_option_xwayland="Enable Xwayland support"
|
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() {
|
post_install() {
|
||||||
vsconf example/init
|
vsconf example/init
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue