skim-vim: init at 2019-07-31

This commit is contained in:
Tom Saeger
2020-04-13 10:36:38 -05:00
parent 6f6d2124fc
commit 991221f9aa
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -408,6 +408,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 {