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.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/gopkgs/golang.org/x/text/default.nix b/third_party/gopkgs/golang.org/x/text/default.nix
new file mode 100644
index 000000000000..33b7444616c6
--- /dev/null
+++ b/third_party/gopkgs/golang.org/x/text/default.nix
@@ -0,0 +1,9 @@
+{ depot, ... }:
+
+depot.nix.buildGo.external {
+  path = "golang.org/x/text";
+  src = builtins.fetchGit {
+    url = "https://go.googlesource.com/text";
+    rev = "cbf43d21aaebfdfeb81d91a5f444d13a3046e686";
+  };
+}