3
0
Fork 0
forked from mirrors/nixpkgs

vim-plugins: remove unused arguments

This commit is contained in:
Hoang Xuan Phu 2016-09-17 16:45:34 +08:00
parent 81cc672000
commit c678e121c4

View file

@ -1,7 +1,7 @@
# TODO check that no license information gets lost
{ fetchurl, bash, stdenv, python, go, cmake, vim, vimUtils, perl, ruby, unzip
, which, fetchgit, fetchFromGitHub, fetchhg, fetchzip, llvmPackages, zip
, vim_configurable, vimPlugins, xkb_switch, git, rustracerd, fzf
{ fetchurl, stdenv, python, go, cmake, vim, vimUtils, perl, ruby, unzip
, which, fetchgit, llvmPackages
, xkb_switch, rustracerd, fzf
, Cocoa ? null
}: