luaPackages.sqlite: disable checks on darwin

This commit is contained in:
Austin Horstman 2024-09-20 07:58:48 -05:00
parent f1fcb9708b
commit 6c9ef1b934
No known key found for this signature in database

View File

@ -776,7 +776,7 @@ in
});
sqlite = prev.sqlite.overrideAttrs (drv: {
doCheck = true;
doCheck = stdenv.isLinux;
nativeCheckInputs = [ final.plenary-nvim neovim-unwrapped ];
# the plugin loads the library from either the LIBSQLITE env