6 lines
119 B
Plaintext
Raw Normal View History

buildInputs = [ ruby rake ];
buildPhase = ''
rake make
rm ruby/command-t/ext/command-t/*.o
'';