2017-06-18 12:56:45 +01:00

7 lines
133 B
Plaintext

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