about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/ctrlp-cmatcher
blob: bd4a4fa989ba77ed1f19b56a5581ece5be50603e (plain) (blame)
1
2
3
4
5
    buildInputs = [ python ];
    buildPhase = ''
      patchShebangs .
      ./install.sh
    '';