From 735f191b3bbad79368757a1a0d8480e8e543859b Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 4 Dec 2022 21:52:37 +0000 Subject: [PATCH] 3p/gopkgs: hashicorp/go-rootcerts depends on mitchellh/go-homedir on Darwin --- .../gopkgs/github.com/hashicorp/go-rootcerts/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/third_party/gopkgs/github.com/hashicorp/go-rootcerts/default.nix b/third_party/gopkgs/github.com/hashicorp/go-rootcerts/default.nix index 6719ca5ab4..ad7f58604a 100644 --- a/third_party/gopkgs/github.com/hashicorp/go-rootcerts/default.nix +++ b/third_party/gopkgs/github.com/hashicorp/go-rootcerts/default.nix @@ -11,4 +11,8 @@ depot.third_party.buildGo.external { rev = "v1.0.2"; hash = "sha256:06z1bxcnr0rma02b6r52m6y0q7niikqjs090vm1i8xi3scyaw1qa"; }; + + deps = with depot.third_party; [ + gopkgs."github.com".mitchellh.go-homedir + ]; }