[RDY] skim: init at 0.3.2 (#33561)
This commit is contained in:
committed by
Jörg Thalheim
parent
62a59433ba
commit
1fa28ae95d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user