about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix')
-rw-r--r--third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
index b52165efe3..834e1f6074 100644
--- a/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
+++ b/third_party/gopkgs/github.com/xanzy/ssh-agent/default.nix
@@ -10,7 +10,7 @@ depot.buildGo.external {
     sha256 = "1chjlnv5d6svpymxgsr62d992m2xi6jb5lybjc5zn1h3hv1m01av";
   };
 
-  deps = with depot.third_party; map (p: p.gopkg) [
+  deps = with depot.third_party; [
     gopkgs."golang.org".x.crypto.ssh.agent
   ];
 }