about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/rust/racer/rust-src.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/rust/racer/rust-src.patch')
-rw-r--r--nixpkgs/pkgs/development/tools/rust/racer/rust-src.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/nixpkgs/pkgs/development/tools/rust/racer/rust-src.patch b/nixpkgs/pkgs/development/tools/rust/racer/rust-src.patch
deleted file mode 100644
index 2e794ac88874..000000000000
--- a/nixpkgs/pkgs/development/tools/rust/racer/rust-src.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- source.org/src/racer/util.rs	1970-01-01 01:00:01.000000000 +0100
-+++ source/src/racer/util.rs	2017-11-15 16:50:12.904216242 +0000
-@@ -384,6 +384,7 @@
-     debug!("Nope. Trying default paths: /usr/local/src/rust/src and /usr/src/rust/src");
- 
-     let default_paths = [
-+        "@rustcSrc@",
-         "/usr/local/src/rust/src",
-         "/usr/src/rust/src",
-     ];