nixpkgs/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/ctrlp-cmatcher

6 lines
99 B
Text
Raw Normal View History

buildInputs = [ python ];
buildPhase = ''
patchShebangs .
./install.sh
'';