mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
commit
5549fa767f
File diff suppressed because it is too large
Load diff
|
@ -72,7 +72,6 @@
|
|||
"github:jeetsukumaran/vim-buffergator"
|
||||
"github:jgdavey/tslime.vim"
|
||||
"github:jhradilek/vim-docbk"
|
||||
"github:jhradilek/vim-snippets"
|
||||
"github:jiangmiao/auto-pairs"
|
||||
"github:jistr/vim-nerdtree-tabs"
|
||||
"github:jnurmine/zenburn"
|
||||
|
|
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue