forked from mirrors/nixpkgs
terraform-providers.local: build with Go module
This commit is contained in:
parent
ba45f19dc7
commit
481cb9717d
|
@ -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 {};
|
||||
|
|
|
@ -511,6 +511,7 @@
|
|||
"repo": "terraform-provider-local",
|
||||
"rev": "v2.0.0",
|
||||
"sha256": "0c1mk63lh3qmj8pl80lyvvsgyg4gg7673abr8cfxrj45635h74z5",
|
||||
"vendorSha256": null,
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"logentries": {
|
||||
|
|
Loading…
Reference in a new issue