Skip to content

Commit

Permalink
vimPlugins.pony-vim-syntax: init at 2016-01-23
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 23, 2017
1 parent 647b1a6 commit 77e6529
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pkgs/misc/vim-plugins/default.nix
Expand Up @@ -590,6 +590,17 @@ rec {

};

pony-vim-syntax = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "pony-vim-syntax-2016-01-23";
src = fetchgit {
url = "https://github.com/dleonard0/pony-vim-syntax";
rev = "a0ab2e14d5a3796ebec01ce196392dc1de349cb3";
sha256 = "1wraray7870hq75jqxyilxb125flhcgk9ysz437qbg75c495znl0";
};
dependencies = [];

};

vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-2016-09-21";
src = fetchgit {
Expand Down Expand Up @@ -1752,7 +1763,7 @@ rec {
sha256 = "0ybd9sg4x8pczvl0hz5azzs2sn4nyc7la9890xh373dv3lyb6gk7";
};
dependencies = [];
buildInputs = [ python3 ];
buildInputs = [ python3 ];
buildPhase = ''
pushd ./rplugin/python3/deoplete/ujson
python3 setup.py build --build-base=$PWD/build --build-lib=$PWD/build
Expand Down Expand Up @@ -2342,5 +2353,4 @@ rec {
dependencies = [];

};

}
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -41,6 +41,7 @@
"github:derekelkins/agda-vim"
"github:derekwyatt/vim-scala"
"github:digitaltoad/vim-jade"
"github:dleonard0/pony-vim-syntax"
"github:dracula/vim"
"github:eagletmt/neco-ghc"
"github:eikenb/acp"
Expand Down

0 comments on commit 77e6529

Please sign in to comment.