Merge pull request #13994 from mboes/terraform

terraform: allow compiling with go-1.6 and above, not just go-1.6.
This commit is contained in:
Robin Gloster 2016-03-17 17:21:36 +01:00
commit 9b0b681158

View file

@ -3487,7 +3487,7 @@ let
rev = "v0.6.13";
owner = "hashicorp";
repo = "terraform";
disabled = !isGo16;
disabled = isGo14 || isGo15;
sha256 = "1f1xm5pyz1hxqm2k74psanirpydf71pmxixplyc2x2w68hgjzi2l";
buildInputs = [ ];