Files
nixpkgs/pkgs/misc/vim-plugins/vim2nix/additional-nix-code/command-t
T

7 lines
133 B
Plaintext
Raw Normal View History

2016-01-10 13:19:06 +03:00
buildInputs = [ perl ruby ];
buildPhase = ''
pushd ruby/command-t
2017-06-18 12:56:45 +01:00
gem build command-t.gemspec
2016-01-10 13:19:06 +03:00
popd
'';