go: Update to 1.4

This commit is contained in:
Brendan Long
2015-01-06 13:31:02 -06:00
parent e9d868de63
commit 8c3399f4d8
7 changed files with 130 additions and 9 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, go, fetchurl, fetchgit, fetchhg, fetchbzr, fetchFromGitHub }:
{ stdenv, lib, go_1_3, fetchurl, fetchgit, fetchhg, fetchbzr, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "golint";
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
inherit stdenv lib fetchgit fetchhg fetchbzr fetchFromGitHub;
};
buildInputs = [ go ];
buildInputs = [ go_1_3 ];
buildPhase = ''
export GOPATH=$src