summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/codesearch
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-08-31 20:41:35 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-09-08 16:32:39 +1000
commitbd5c02c03ca219914cd6e66d4897b5b0f680efd7 (patch)
treeb66dee9316d17b73603e802998e79ac090d5bbbf /pkgs/tools/text/codesearch
parentdfb0dff86c517240a9b3d30d4fedafd7dee9b8bb (diff)
codesearch: use upstream vendor
Diffstat (limited to 'pkgs/tools/text/codesearch')
-rw-r--r--pkgs/tools/text/codesearch/default.nix2
-rw-r--r--pkgs/tools/text/codesearch/deps.nix3
2 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/tools/text/codesearch/default.nix b/pkgs/tools/text/codesearch/default.nix
index 7f706cf13765..37336e63efe6 100644
--- a/pkgs/tools/text/codesearch/default.nix
+++ b/pkgs/tools/text/codesearch/default.nix
@@ -14,8 +14,6 @@ buildGoPackage rec {
sha256 = "12bv3yz0l3bmsxbasfgv7scm9j719ch6pmlspv4bd4ix7wjpyhny";
};
- goDeps = ./deps.nix;
-
meta = {
description = "Fast, indexed regexp search over large file trees";
homepage = "https://github.com/google/codesearch";
diff --git a/pkgs/tools/text/codesearch/deps.nix b/pkgs/tools/text/codesearch/deps.nix
deleted file mode 100644
index 2d1dad706340..000000000000
--- a/pkgs/tools/text/codesearch/deps.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-# This file was generated by go2nix.
-[
-]