ipfs-cluster: clean up unnecessary hostmakedepends
At least gx-go seems to have been forgotten in commit
31effcb4a1
, which removed the commands
using gx from pre_build.
This commit is contained in:
parent
eee97fd650
commit
64ca4b5bf3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=1
|
|||
build_style=go
|
||||
go_import_path="github.com/ipfs/ipfs-cluster"
|
||||
go_package="${go_import_path}/cmd/ipfs-cluster-ctl ${go_import_path}/cmd/ipfs-cluster-service"
|
||||
hostmakedepends="git wget gx-go"
|
||||
hostmakedepends="git"
|
||||
depends="go-ipfs"
|
||||
short_desc="Collective pinning and composition for IPFS"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
|
|
Loading…
Reference in a new issue