go_1_12: init at go 1.12

This commit is contained in:
Wael M. Nasreddine
2019-03-02 14:24:17 -08:00
parent 83c92d8215
commit 6ef04cabd4
14 changed files with 280 additions and 11 deletions
+2
View File
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ go gox removeReferencesTo ];
GOCACHE="$TMPDIR/go-cache";
preBuild = ''
patchShebangs ./
substituteInPlace scripts/build.sh --replace 'git rev-parse HEAD' 'echo ${src.rev}'