neovim: add ldflag for treesitter plugins requiring libstdc++

This commit is contained in:
Cody Hiar
2022-01-24 15:33:23 -08:00
committed by Jonathan Ringer
parent 7976f70bae
commit abe84c21a9
@@ -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