6 lines
198 B
Text
6 lines
198 B
Text
|
patchPhase = ''
|
||
|
substituteInPlace plugin/xkbswitch.vim \
|
||
|
--replace /usr/local/lib/libxkbswitch.so ${xkb_switch}/lib/libxkbswitch.so
|
||
|
'';
|
||
|
buildInputs = [ xkb_switch ];
|