app-editors/efm-langserver: fix build

This commit is contained in:
Julian Ospald 2020-01-11 12:05:41 +01:00
parent 2ba0cf6c75
commit cd4df8af01
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 0 deletions

View File

@ -18,7 +18,12 @@ DEPENDENCIES="
BUGS_TO="hasufell@posteo.de"
src_compile() {
export GOPATH="${WORK}"/.gopath
export GOBIN="${WORK}"/.bin
esandbox disable_net
edo go get ./...
edo go build
esandbox enable_net
}
src_install() {