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

7 lines
139 B
Plaintext

buildInputs = [ perl ruby git ];
buildPhase = ''
pushd ruby/command-t
gem build ./command-t.gemspec
popd
'';