2016-01-10 13:19:06 +03:00

8 lines
132 B
Plaintext

buildInputs = [ perl ruby ];
buildPhase = ''
pushd ruby/command-t
ruby extconf.rb
make
popd
'';