wire-desktop: broken on musl

This commit is contained in:
Enno Boland 2019-06-14 11:43:13 +02:00
parent ae7faaade8
commit 92ca701c88
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,7 +1,7 @@
# Template file for 'wire-desktop'
pkgname=wire-desktop
version=3.6.2885
revision=1
revision=2
wrksrc="${pkgname}-linux-${version}"
hostmakedepends="nodejs yarn git"
short_desc="Wire for desktop"
@ -14,6 +14,7 @@ nocross=yes
shlib_provides="libGLVESv2.so"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="glibc artefacts are installed" ;;
i686*) broken="yarn" ;;
esac