fix(nodejs): Disable nodejs because of a failing build

TODO: Figure out whether some plugin still needs it
This commit is contained in:
Jiří Štefka 2024-10-23 01:22:27 +02:00
parent f3d364b2da
commit c3bcb27b19
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -20,7 +20,7 @@ with lib;
extraPython3Packages ? p: [], # Additional python 3 packages
withPython3 ? true, # Build Neovim with Python 3 support?
withRuby ? false, # Build Neovim with Ruby support?
withNodeJs ? true, # Build Neovim with NodeJS support?
withNodeJs ? false, # Build Neovim with NodeJS support?
withSqlite ? true, # Add sqlite? This is a dependency for some plugins
# You probably don't want to create vi or vim aliases
# if the appName is something different than "nvim"