mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-23 00:37:08 +00:00
6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
buildInputs = [ ruby rake ];
|
|
buildPhase = ''
|
|
rake make
|
|
rm ruby/command-t/ext/command-t/*.o
|
|
'';
|