scmpuff: disable GO15VENDOREXPERIMENT

Closes Homebrew/homebrew#49516.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Jaehyeon Nam 2016-02-25 19:46:52 +09:00 committed by Dominyk Tiller
parent c3c4a3d158
commit 04b11ea6d2

View file

@ -16,6 +16,7 @@ class Scmpuff < Formula
def install
mkdir_p buildpath/"src/github.com/mroth"
ln_s buildpath, buildpath/"src/github.com/mroth/scmpuff"
ENV["GO15VENDOREXPERIMENT"] = "0"
ENV["GOPATH"] = buildpath
# scmpuff's build script normally does version detection which depends on