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.nix4
1 files changed, 2 insertions, 2 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 f8e6b07c5c..1395f3dce6 100644
--- a/third_party/gopkgs/github.com/davecgh/go-spew/default.nix
+++ b/third_party/gopkgs/github.com/davecgh/go-spew/default.nix
@@ -1,8 +1,8 @@
-{ depot, ... }:
+{ depot, pkgs, ... }:
 
 depot.nix.buildGo.external {
   path = "github.com/davecgh/go-spew";
-  src = depot.third_party.fetchFromGitHub {
+  src = pkgs.fetchFromGitHub {
     owner = "davecgh";
     repo = "go-spew";
     rev = "8991bc29aa16c548c550c7ff78260e27b9ab7c73";