mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 06:31:20 +00:00
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:
commit
ed1ce641dd
@ -1,7 +1,8 @@
|
|||||||
# TODO check that no license information gets lost
|
# TODO check that no license information gets lost
|
||||||
{ fetchurl, bash, stdenv, python, cmake, vim, vimUtils, perl, ruby, unzip,
|
{ fetchurl, bash, stdenv, python, go, cmake, vim, vimUtils, perl, ruby, unzip
|
||||||
which, fetchgit, fetchFromGitHub, fetchhg, fetchzip, llvmPackages, zip,
|
, which, fetchgit, fetchFromGitHub, fetchhg, fetchzip, llvmPackages, zip
|
||||||
vim_configurable, vimPlugins, xkb_switch, git
|
, vim_configurable, vimPlugins, xkb_switch, git
|
||||||
|
, Cocoa
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -15687,7 +15687,9 @@ let
|
|||||||
|
|
||||||
vimUtils = callPackage ../misc/vim-plugins/vim-utils.nix { };
|
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 {
|
vimprobable2 = callPackage ../applications/networking/browsers/vimprobable2 {
|
||||||
webkit = webkitgtk2;
|
webkit = webkitgtk2;
|
||||||
|
Loading…
Reference in New Issue
Block a user