vimPlugins: move vim2nix into nixpkgs repo

This commit is contained in:
Arseniy Seroka
2016-01-10 13:19:06 +03:00
parent ada9b3b666
commit 4a0a0592db
18 changed files with 391 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
buildInputs = [ perl ruby ];
buildPhase = ''
pushd ruby/command-t
ruby extconf.rb
make
popd
'';