vimPlugins.sqlite-lua: fix defs.lua substitution

Path not wrapped in string
This commit is contained in:
Austin Horstman 2024-10-27 16:39:02 -05:00
parent 4734b2c5fe
commit 54a8b0ec15
No known key found for this signature in database

View File

@ -2015,7 +2015,7 @@ in
in
''
substituteInPlace lua/sqlite/defs.lua \
--replace "path = vim.g.sqlite_clib_path" "path = vim.g.sqlite_clib_path or ${lib.escapeShellArg libsqlite}"
--replace-fail "path = vim.g.sqlite_clib_path" "path = vim.g.sqlite_clib_path or '${lib.escapeShellArg libsqlite}'"
'';
passthru = oa.passthru // {