vimPlugins.command-t: 2017-06-23 -> 2017-09-29

This commit is contained in:
Joerg Thalheim
2017-11-06 11:13:56 +00:00
parent 8c4dc462af
commit db06695dd7
2 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
buildInputs = [ perl ruby git ];
buildInputs = [ ruby rake ];
buildPhase = ''
pushd ruby/command-t
gem build ./command-t.gemspec
popd
rake make
rm ruby/command-t/ext/command-t/*.o
'';