go_1_12: init at go 1.12
This commit is contained in:
@@ -13,10 +13,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ removeReferencesTo go ];
|
||||
|
||||
GOCACHE = "off";
|
||||
|
||||
buildPhase = ''
|
||||
patchShebangs build.sh
|
||||
export "GOCACHE=$TMPDIR/go-cache"
|
||||
./build.sh
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user