about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Wilkins <jonathan@wilkins.tech>2021-05-07 18:05:58 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-07 10:39:35 -0700
commit2b1cc5092e0ef6cfa7e0a5a10443550749de8500 (patch)
treea4cc040f06858ccc6c371d318be0b79622764cf0
parent65706590a9008204403b8dbd2185d54ccca1ad07 (diff)
remove unnecessary patch
This patch
https://github.com/rstacruz/vim-closer/commit/a504be8c7050e41b7dfc50c2362948e2cf7c5422.patch
has already been applied upstream
-rw-r--r--pkgs/misc/vim-plugins/overrides.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix
index 3cc8620a89c30..73f6edb77afeb 100644
--- a/pkgs/misc/vim-plugins/overrides.nix
+++ b/pkgs/misc/vim-plugins/overrides.nix
@@ -615,16 +615,6 @@ self: super: {
     meta.platforms = lib.platforms.all;
   });
 
-  vim-closer = super.vim-closer.overrideAttrs (old: {
-    patches = [
-      # Fix duplicate tag in doc
-      (fetchpatch {
-        url = "https://github.com/rstacruz/vim-closer/commit/a504be8c7050e41b7dfc50c2362948e2cf7c5422.patch";
-        sha256 = "065q30d913fm3pc7r5y53wmnb7q7bhv21qxavm65bkb91242d409";
-      })
-    ];
-  });
-
   vim-codefmt = super.vim-codefmt.overrideAttrs (old: {
     dependencies = with self; [ vim-maktaba ];
   });