1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00
nixpkgs/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/command-t
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
'';