forked from mirrors/nixpkgs
fix/ctrlp-cmatcher: add extra steps to additional-nix-code
This commit is contained in:
parent
b69f568f4c
commit
1d45e5d6c7
|
@ -304,16 +304,14 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
ctrlp-cmatcher = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
ctrlp-cmatcher = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "ctrlp-cmatcher-2016-09-22";
|
name = "ctrlp-cmatcher-2015-10-15";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://github.com/JazzCore/ctrlp-cmatcher";
|
url = "git://github.com/JazzCore/ctrlp-cmatcher";
|
||||||
rev = "6c36334f106b6fd981d23e724e9a618734cab43a";
|
rev = "6c36334f106b6fd981d23e724e9a618734cab43a";
|
||||||
sha256 = "1573kd6xf3n8sxlz2j4zadai4rnc7k3s9c54648yfzickwn57d8q";
|
sha256 = "1573kd6xf3n8sxlz2j4zadai4rnc7k3s9c54648yfzickwn57d8q";
|
||||||
};
|
};
|
||||||
dependencies = [];
|
dependencies = [];
|
||||||
|
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
buildInputs = [ python ];
|
||||||
|
buildPhase = ''
|
||||||
|
patchShebangs .
|
||||||
|
./install.sh
|
||||||
|
'';
|
Loading…
Reference in a new issue