Skip to content
Discussion options

You must be logged in to vote

Took me a while to sit down and experiment, I was indeed able to get it working by adding the following to programs.neovim:

    extraWrapperArgs = [
      # ensure libstdc++ is found by the linker, fixes norg parser
      "--prefix" "LD_LIBRARY_PATH" ":" "${pkgs.gcc.cc.lib}/lib"
    ];

sorry for the noob question, thanks for the help 😅

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@WaddlesPlays
Comment options

@mrcjkb
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by WaddlesPlays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants