vimPlugins.moveline-nvim: fix darwin build

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-12-07 20:55:51 -06:00
parent 62a4b8e630
commit f0b87009aa
@@ -25,6 +25,8 @@ let
postPatch = ''
ln -s ${./Cargo.lock} Cargo.lock
'';
env.RUSTFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-C link-arg=-undefined -C link-arg=dynamic_lookup";
};
in
vimUtils.buildVimPlugin {