7 lines
133 B
Plaintext
Raw Normal View History

buildInputs = [ perl ruby ];
buildPhase = ''
pushd ruby/command-t
2017-06-18 12:56:45 +01:00
gem build command-t.gemspec
popd
'';