fix/ctrlp-cmatcher: add extra steps to additional-nix-code

This commit is contained in:
Carl Sverre
2016-11-23 23:49:58 -08:00
parent b69f568f4c
commit 1d45e5d6c7
2 changed files with 6 additions and 3 deletions

View File

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