Merge pull request #83915 from tsaeger/tsaeger/skim-fix-vim-plugin

This commit is contained in:
Jörg Thalheim
2020-08-02 06:48:56 +01:00
committed by GitHub
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -462,6 +462,10 @@ self: super: {
dependencies = [ self.fzfWrapper ];
});
skim-vim = super.skim-vim.overrideAttrs(old: {
dependencies = [ self.skim ];
});
sved = let
# we put the script in its own derivation to benefit the magic of wrapGAppsHook
svedbackend = stdenv.mkDerivation {