vimPlugins.avante-nvim: fix darwin build
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -37,6 +37,9 @@ let
|
||||
|
||||
buildFeatures = [ "luajit" ];
|
||||
|
||||
# Allow undefined symbols on Darwin - they will be provided by Neovim's LuaJIT runtime
|
||||
env.RUSTFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-C link-arg=-undefined -C link-arg=dynamic_lookup";
|
||||
|
||||
checkFlags = [
|
||||
# Disabled because they access the network.
|
||||
"--skip=test_hf"
|
||||
|
||||
Reference in New Issue
Block a user