vim-plugins: update set

This commit is contained in:
Jörg Thalheim
2017-07-25 13:44:09 +01:00
parent 27e9372d8c
commit a7f4c879e5
2 changed files with 123 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
buildInputs = [ perl ruby ];
buildInputs = [ perl ruby git ];
buildPhase = ''
pushd ruby/command-t
gem build command-t.gemspec
gem build ./command-t.gemspec
popd
'';