3
0
Fork 0
forked from mirrors/nixpkgs

terraform-providers.local: build with Go module

This commit is contained in:
Timothy Stott 2020-11-14 16:52:04 +00:00 committed by Jonathan Ringer
parent ba45f19dc7
commit 481cb9717d
2 changed files with 1 additions and 8 deletions

View file

@ -120,14 +120,6 @@ let
'';
});
# https://github.com/hashicorp/terraform-provider-local/pull/40
local = automated-providers.local.overrideAttrs (attrs: {
prePatch = attrs.prePatch or "" + ''
substituteInPlace go.mod --replace terraform-providers/terraform-provider-local hashicorp/terraform-provider-local
substituteInPlace main.go --replace terraform-providers/terraform-provider-local hashicorp/terraform-provider-local
'';
});
# Packages that don't fit the default model
ansible = callPackage ./ansible {};
cloudfoundry = callPackage ./cloudfoundry {};

View file

@ -511,6 +511,7 @@
"repo": "terraform-provider-local",
"rev": "v2.0.0",
"sha256": "0c1mk63lh3qmj8pl80lyvvsgyg4gg7673abr8cfxrj45635h74z5",
"vendorSha256": null,
"version": "2.0.0"
},
"logentries": {