Merge pull request #20678 from carlsverre/fix/ctrlp-cmatcher

Fix/ctrlp cmatcher
This commit is contained in:
Arseniy Seroka
2016-11-24 22:53:15 +04:00
committed by GitHub
2 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
buildInputs = [ python ];
buildPhase = ''
patchShebangs .
./install.sh
'';