go go-etcd: disable on go 1.3 (ZHF)
This commit is contained in:
parent
4579e57604
commit
840fcacdb9
@ -1149,6 +1149,8 @@ let
|
|||||||
rev = "4734e7aca379f0d7fcdf04fbb2101696a4b45ce8";
|
rev = "4734e7aca379f0d7fcdf04fbb2101696a4b45ce8";
|
||||||
name = "go-etcd-${stdenv.lib.strings.substring 0 7 rev}";
|
name = "go-etcd-${stdenv.lib.strings.substring 0 7 rev}";
|
||||||
goPackagePath = "github.com/coreos/go-etcd";
|
goPackagePath = "github.com/coreos/go-etcd";
|
||||||
|
disabled = isGo13;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "coreos";
|
owner = "coreos";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user