Merge pull request #12248 from LnL7/vim-plugins-buildinputs

vim-plugins: added build inputs for jagajaga/vim-addon-vim2nix #2
This commit is contained in:
Arseniy Seroka 2016-01-09 00:01:41 +03:00
commit ed1ce641dd
2 changed files with 7 additions and 4 deletions

View File

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

View File

@ -15687,7 +15687,9 @@ let
vimUtils = callPackage ../misc/vim-plugins/vim-utils.nix { };
vimPlugins = recurseIntoAttrs (callPackage ../misc/vim-plugins { });
vimPlugins = recurseIntoAttrs (callPackage ../misc/vim-plugins {
inherit (darwin.apple_sdk.frameworks) Cocoa;
});
vimprobable2 = callPackage ../applications/networking/browsers/vimprobable2 {
webkit = webkitgtk2;