mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
chronograf: i686* broken
This commit is contained in:
parent
9bb6be768d
commit
a859433b92
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ system_accounts="_chronograf"
|
||||||
_chronograf_homedir="/var/lib/${pkgname}"
|
_chronograf_homedir="/var/lib/${pkgname}"
|
||||||
make_dirs="${_chronograf_homedir} 0755 _chronograf _chronograf"
|
make_dirs="${_chronograf_homedir} 0755 _chronograf _chronograf"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) broken="yarn not available" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
cd $GOSRCPATH
|
||||||
dep ensure
|
dep ensure
|
||||||
|
|
Loading…
Add table
Reference in a new issue