vimPlugins.vim-xkbswitch: remove unused patch
Changed to locate library in https://github.com/lyokha/vim-xkbswitch/commit/4aa9050c58b0b96a7bd28accd15d93fc410af725 instead of hardcoded.
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user