Unverified Commit 6b853a18 authored by Austin Horstman's avatar Austin Horstman
Browse files

vimPlugins.codesnap-nvim: fix darwin build

parent 2cf7612f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@ let
      rustPlatform.bindgenHook
    ];

    # 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";

    buildInputs = [
      libuv.dev
    ];