skim-vim: init at 2019-07-31
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user