mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
wire-desktop: cba to find workarounds for this build system
This commit is contained in:
parent
5d364fe8b4
commit
7fda2688ca
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ homepage="https://wire.com"
|
||||||
distfiles="https://github.com/wireapp/wire-desktop/archive/linux/${version}.tar.gz"
|
distfiles="https://github.com/wireapp/wire-desktop/archive/linux/${version}.tar.gz"
|
||||||
checksum=69e70d39286f29b2fb186da30ec828be0a30329c457e829111b863223ed64127
|
checksum=69e70d39286f29b2fb186da30ec828be0a30329c457e829111b863223ed64127
|
||||||
|
|
||||||
|
case "$XBPS_MACHINE" in
|
||||||
|
x86_64*|i686*) ;;
|
||||||
|
*) broken="oof" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
yarn
|
yarn
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue