mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 23:23:36 +00:00
luaPackages.sqlite: disable checks on darwin
This commit is contained in:
parent
f1fcb9708b
commit
6c9ef1b934
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user