app-editors/efm-langserver: fix build
This commit is contained in:
parent
2ba0cf6c75
commit
cd4df8af01
@ -18,7 +18,12 @@ DEPENDENCIES="
|
|||||||
BUGS_TO="hasufell@posteo.de"
|
BUGS_TO="hasufell@posteo.de"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
export GOPATH="${WORK}"/.gopath
|
||||||
|
export GOBIN="${WORK}"/.bin
|
||||||
|
esandbox disable_net
|
||||||
|
edo go get ./...
|
||||||
edo go build
|
edo go build
|
||||||
|
esandbox enable_net
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
Loading…
Reference in New Issue
Block a user