neovim: add ldflag for treesitter plugins requiring libstdc++

This commit is contained in:
Cody Hiar 2022-01-19 11:05:12 -07:00 committed by Jonathan Ringer
parent 7976f70bae
commit abe84c21a9

View file

@ -113,6 +113,9 @@ in
substituteInPlace src/nvim/CMakeLists.txt --replace " util" ""
'';
# For treesitter plugins, libstdc++.so.6 will be needed
NIX_LDFLAGS = [ "-lstdc++"];
# export PATH=$PWD/build/bin:${PATH}
shellHook=''
export VIMRUNTIME=$PWD/runtime