vim: mark broken for non-musl
This commit is contained in:
parent
3f17c41fd9
commit
9dea6b0584
@ -13,6 +13,13 @@ license="Vim"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=72ca33242271f2eb0abb98f790c62ef2cf1f7e94a65270be7e82fb05e28d810b
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # works
|
||||
;;
|
||||
*) broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/1064/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
esac
|
||||
|
||||
subpackages="xxd vim-common vim-x11 gvim"
|
||||
# XXX vim-huge cannot be cross compiled for now.
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user