terraform: fix build on darwin
This commit is contained in:
parent
0ba1c4f184
commit
0521dc3f19
@ -25655,7 +25655,10 @@ in
|
|||||||
buildGoModule = buildGo112Module;
|
buildGoModule = buildGo112Module;
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (callPackage ../applications/networking/cluster/terraform {})
|
inherit (callPackage ../applications/networking/cluster/terraform {
|
||||||
|
# terraform 0.12 crashes with go1.14 on darwin https://github.com/hashicorp/terraform/issues/24287
|
||||||
|
buildGoPackage = if stdenv.isDarwin then buildGo113Package else buildGoPackage;
|
||||||
|
})
|
||||||
terraform_0_11
|
terraform_0_11
|
||||||
terraform_0_11-full
|
terraform_0_11-full
|
||||||
terraform_0_12
|
terraform_0_12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user