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