vimPlugins.command-t: fix ruby build

This commit is contained in:
Jörg Thalheim
2017-06-18 12:56:45 +01:00
parent abc374f127
commit 3477f56027
2 changed files with 4 additions and 6 deletions
@@ -1,7 +1,6 @@
buildInputs = [ perl ruby ];
buildPhase = ''
pushd ruby/command-t
ruby extconf.rb
make
gem build command-t.gemspec
popd
'';