remove unnecessary patch

This patch
a504be8c70.patch
has already been applied upstream
This commit is contained in:
Jonathan Wilkins 2021-05-07 18:05:58 +01:00 committed by Jonathan Ringer
parent 65706590a9
commit 2b1cc5092e

View file

@ -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 ];
});