go_1_12: init at go 1.12

This commit is contained in:
Wael M. Nasreddine
2019-02-27 17:46:32 -08:00
parent 83c92d8215
commit 6ef04cabd4
14 changed files with 280 additions and 11 deletions

View File

@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ ruby bundler go ];
GOCACHE="$TMPDIR/go-cache";
patches = [ ./remove-hardcoded-locations.patch ];
installPhase = ''