vimPlugins.command-t: fix ruby build
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
buildInputs = [ perl ruby ];
|
||||
buildPhase = ''
|
||||
pushd ruby/command-t
|
||||
ruby extconf.rb
|
||||
make
|
||||
gem build command-t.gemspec
|
||||
popd
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user