nixpkgs/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/command-t
2017-11-06 11:33:01 +00:00

6 lines
119 B
Plaintext

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