wire-desktop: broken on musl
This commit is contained in:
parent
ae7faaade8
commit
92ca701c88
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue