Merge pull request #203178 from wegank/lua-sqlite-darwin

luaPackages.sqlite: fix build on darwin
This commit is contained in:
Mario Rodas 2022-11-27 00:08:32 -05:00 committed by GitHub
commit e022031968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \