luaPackages.sqlite: fix build on darwin

This commit is contained in:
Weijia Wang 2022-11-27 03:33:13 +01:00
parent 59acc59808
commit 104ba49a93

View File

@ -497,7 +497,7 @@ with prev;
# we override 'luarocks test' because otherwise neovim doesn't find/load the plenary plugin
checkPhase = ''
export LIBSQLITE="${sqlite.out}/lib/libsqlite3.so"
export LIBSQLITE="${sqlite.out}/lib/libsqlite3${stdenv.hostPlatform.extensions.sharedLibrary}"
export HOME="$TMPDIR";
nvim --headless -i NONE \