nixpkgs/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/command-t
2017-07-25 13:50:35 +01:00

6 lines
139 B
Text

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