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

7 lines
133 B
Plaintext
Raw Normal View History

buildInputs = [ perl ruby ];
buildPhase = ''
pushd ruby/command-t
2017-06-18 04:56:45 -07:00
gem build command-t.gemspec
popd
'';