1 buildInputs = [ perl ruby git ]; 2 buildPhase = '' 3 pushd ruby/command-t 4 gem build ./command-t.gemspec 5 popd 6 '';