[RDY] skim: init at 0.3.2 (#33561)

This commit is contained in:
Mitsuhiro Nakamura
2018-03-03 15:39:16 +00:00
committed by Jörg Thalheim
parent 62a59433ba
commit 1fa28ae95d
3 changed files with 54 additions and 1 deletions
+9 -1
View File
@@ -1,7 +1,7 @@
# TODO check that no license information gets lost
{ fetchurl, stdenv, python, go, cmake, vim, vimUtils, perl, ruby, unzip
, which, fetchgit, llvmPackages
, xkb_switch, rustracerd, fzf
, xkb_switch, rustracerd, fzf, skim
, python3, boost, icu
, ycmd, makeWrapper, rake
, pythonPackages, python3Packages
@@ -12,6 +12,8 @@
let
_skim = skim;
inherit (vimUtils.override {inherit vim;}) rtpPath addRtp buildVimPlugin
buildVimPluginFrom2Nix vimHelpTags;
in
@@ -140,6 +142,12 @@ rec {
dependencies = [];
};
skim = buildVimPluginFrom2Nix {
name = _skim.name;
src = _skim.vim;
dependencies = [];
};
# --- generated packages bellow this line ---
CSApprox = buildVimPluginFrom2Nix { # created by nix#NixDerivation