Skip to content

Commit

Permalink
vim-plugins: added build inputs for jagajaga/vim-addon-vim2nix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Jan 8, 2016
1 parent fa6ec6b commit de18e60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pkgs/misc/vim-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit de18e60

Please sign in to comment.