Skip to content

Commit

Permalink
vimPlugins.vim-xkbswitch: remove unused patch
Browse files Browse the repository at this point in the history
Changed to locate library in
lyokha/vim-xkbswitch@4aa9050
instead of hardcoded.
  • Loading branch information
khaneliman committed Dec 23, 2024
1 parent 2e1fcd2 commit d8adc1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};

Expand Down

0 comments on commit d8adc1e

Please sign in to comment.