vimPlugins.moveline-nvim: fix darwin build
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user