go go-etcd: disable on go 1.3 (ZHF)

This commit is contained in:
Luca Bruno 2015-07-21 15:24:38 +02:00
parent 4579e57604
commit 840fcacdb9

View file

@ -1149,6 +1149,8 @@ let
rev = "4734e7aca379f0d7fcdf04fbb2101696a4b45ce8";
name = "go-etcd-${stdenv.lib.strings.substring 0 7 rev}";
goPackagePath = "github.com/coreos/go-etcd";
disabled = isGo13;
src = fetchFromGitHub {
inherit rev;
owner = "coreos";