app-editors/efm-langserver: fix build

This commit is contained in:
2020-01-11 12:05:41 +01:00
parent 2ba0cf6c75
commit cd4df8af01

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() {