about summary refs log tree commit diff
path: root/overlays
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-12-22 03:57:08 +0000
committerAlyssa Ross <hi@alyssa.is>2021-01-06 12:14:54 +0000
commitf7f87ad5647224a21f3dc6ef14a28f665a7091b6 (patch)
treeddf1b4b287b91ec3f735a9cd55092356bc16bb4f /overlays
parent924fb02f430cd9dd25a0a2ac53ed59b3b59be466 (diff)
downloadnixlib-f7f87ad5647224a21f3dc6ef14a28f665a7091b6.tar
nixlib-f7f87ad5647224a21f3dc6ef14a28f665a7091b6.tar.gz
nixlib-f7f87ad5647224a21f3dc6ef14a28f665a7091b6.tar.bz2
nixlib-f7f87ad5647224a21f3dc6ef14a28f665a7091b6.tar.lz
nixlib-f7f87ad5647224a21f3dc6ef14a28f665a7091b6.tar.xz
nixlib-f7f87ad5647224a21f3dc6ef14a28f665a7091b6.tar.zst
nixlib-f7f87ad5647224a21f3dc6ef14a28f665a7091b6.zip
patches/rust-mode: drop rust-check patch
This was applied upstream.
Diffstat (limited to 'overlays')
-rw-r--r--overlays/patches/emacs/rust-mode/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/overlays/patches/emacs/rust-mode/default.nix b/overlays/patches/emacs/rust-mode/default.nix
index 4ac3ee464592..01bfffb42579 100644
--- a/overlays/patches/emacs/rust-mode/default.nix
+++ b/overlays/patches/emacs/rust-mode/default.nix
@@ -3,10 +3,6 @@
 rust-mode.overrideAttrs ({ patches ? [], ... }: {
   patches = patches ++ [
     (fetchpatch {
-      url = "https://github.com/rust-lang/rust-mode/commit/ca415e9a7877538de5b34e9eaabf83ffb210b820.patch";
-      sha256 = "1a2nmvah5lw645b0n9llq4vp68z29v2w25miavj42jsblgmf778q";
-    })
-    (fetchpatch {
       url = "https://github.com/rust-lang/rust-mode/commit/eca22f13e751bb4b1468192e0c92c6289f2cbeb4.patch";
       sha256 = "1fg8vicq6ay88x9hjxah9mq6ily4ry8lh1jfpm3njrpjy63cix8j";
     })