Skip to content

Commit

Permalink
fix/ctrlp-cmatcher: add extra steps to additional-nix-code
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Nov 24, 2016
1 parent b69f568 commit 1d45e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/misc/vim-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -304,16 +304,14 @@ rec {
};

ctrlp-cmatcher = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "ctrlp-cmatcher-2016-09-22";
name = "ctrlp-cmatcher-2015-10-15";
src = fetchgit {
url = "git://github.com/JazzCore/ctrlp-cmatcher";
rev = "6c36334f106b6fd981d23e724e9a618734cab43a";
sha256 = "1573kd6xf3n8sxlz2j4zadai4rnc7k3s9c54648yfzickwn57d8q";
};
dependencies = [];

buildInputs = [ python ];

buildPhase = ''
patchShebangs .
./install.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
buildInputs = [ python ];
buildPhase = ''
patchShebangs .
./install.sh
'';

0 comments on commit 1d45e5d

Please sign in to comment.