about summary refs log tree commit diff
path: root/third_party/gopkgs/golang.org/x/text/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gopkgs/golang.org/x/text/default.nix')
-rw-r--r--third_party/gopkgs/golang.org/x/text/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/third_party/gopkgs/golang.org/x/text/default.nix b/third_party/gopkgs/golang.org/x/text/default.nix
index 409b0d0b9e..84753e5362 100644
--- a/third_party/gopkgs/golang.org/x/text/default.nix
+++ b/third_party/gopkgs/golang.org/x/text/default.nix
@@ -1,12 +1,9 @@
-{ pkgs, ... }:
+{ depot, ... }:
 
-pkgs.buildGo.external {
+depot.buildGo.external {
   path = "golang.org/x/text";
   src = builtins.fetchGit {
     url = "https://go.googlesource.com/text";
     rev = "cbf43d21aaebfdfeb81d91a5f444d13a3046e686";
   };
-
-  deps = with pkgs.third_party; [
-  ];
 }