vimPlugins.sql-nvim: init at 2021-01-22

This commit is contained in:
"Matthieu Coudron"
2021-01-24 00:34:02 +01:00
committed by Matthieu Coudron
parent 5f35338b18
commit 1b848b95bd
3 changed files with 18 additions and 0 deletions
+5
View File
@@ -14,6 +14,7 @@
, buildVimPluginFrom2Nix
, nodePackages
, dasht
, sqlite
# deoplete-khard dependency
, khard
@@ -285,6 +286,10 @@ self: super: {
dependencies = [ self.skim ];
});
sql-nvim = super.sql-nvim.overrideAttrs(old: {
buildInputs = [ sqlite ];
});
sved = let
# we put the script in its own derivation to benefit the magic of wrapGAppsHook
svedbackend = stdenv.mkDerivation {