From d8adc1e79a885abb4543eda789a3d3ec8283f701 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 22 Dec 2024 23:25:11 -0600 Subject: [PATCH] vimPlugins.vim-xkbswitch: remove unused patch Changed to locate library in https://github.com/lyokha/vim-xkbswitch/commit/4aa9050c58b0b96a7bd28accd15d93fc410af725 instead of hardcoded. --- pkgs/applications/editors/vim/plugins/overrides.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index f593a72f87d66..624c0df23e508 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -3376,10 +3376,6 @@ in }; vim-xkbswitch = super.vim-xkbswitch.overrideAttrs { - patchPhase = '' - substituteInPlace plugin/xkbswitch.vim \ - --replace-fail /usr/local/lib/libxkbswitch.so ${xkb-switch}/lib/libxkbswitch.so - ''; buildInputs = [ xkb-switch ]; };