nixpkgs/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/command-t

7 lines
139 B
Plaintext
Raw Normal View History

2017-07-25 05:44:09 -07:00
buildInputs = [ perl ruby git ];
buildPhase = ''
pushd ruby/command-t
2017-07-25 05:44:09 -07:00
gem build ./command-t.gemspec
popd
'';