terraform: allow compiling with go-1.6 and above, not just go-1.6.

This commit is contained in:
Mathieu Boespflug 2016-03-17 16:27:34 +01:00
parent 8b105a325a
commit 24c9636898
1 changed files with 1 additions and 1 deletions

View File

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