diff --git a/packages/app-editors/efm-langserver/efm-langserver-0.0.2.exheres-0 b/packages/app-editors/efm-langserver/efm-langserver-0.0.2.exheres-0 index d66280b7..53c1c22e 100644 --- a/packages/app-editors/efm-langserver/efm-langserver-0.0.2.exheres-0 +++ b/packages/app-editors/efm-langserver/efm-langserver-0.0.2.exheres-0 @@ -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() {