mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
vim: mark broken for non-musl
This commit is contained in:
parent
3f17c41fd9
commit
9dea6b0584
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue