about summary refs log tree commit diff
path: root/third_party/gopkgs/github.com/davecgh/go-spew/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gopkgs/github.com/davecgh/go-spew/default.nix')
-rw-r--r--third_party/gopkgs/github.com/davecgh/go-spew/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gopkgs/github.com/davecgh/go-spew/default.nix b/third_party/gopkgs/github.com/davecgh/go-spew/default.nix
index b860eef635..f8e6b07c5c 100644
--- a/third_party/gopkgs/github.com/davecgh/go-spew/default.nix
+++ b/third_party/gopkgs/github.com/davecgh/go-spew/default.nix
@@ -1,6 +1,6 @@
 { depot, ... }:
 
-depot.buildGo.external {
+depot.nix.buildGo.external {
   path = "github.com/davecgh/go-spew";
   src = depot.third_party.fetchFromGitHub {
     owner = "davecgh";