Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 16.09 5 lines 198 B view raw
1 patchPhase = '' 2 substituteInPlace plugin/xkbswitch.vim \ 3 --replace /usr/local/lib/libxkbswitch.so ${xkb_switch}/lib/libxkbswitch.so 4 ''; 5 buildInputs = [ xkb_switch ];