6 lines
139 B
Text
6 lines
139 B
Text
buildInputs = [ perl ruby git ];
|
|
buildPhase = ''
|
|
pushd ruby/command-t
|
|
gem build ./command-t.gemspec
|
|
popd
|
|
'';
|