vimPlugins.sql-nvim: init at 2021-01-22
This commit is contained in:
committed by
Matthieu Coudron
parent
5f35338b18
commit
1b848b95bd
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user