Commit 2161adcf authored by Doron Behar's avatar Doron Behar Committed by Bjørn Forsman
Browse files

vim-language-server: fix noBrokenSymlinks complaint

Fixes #380470 .
parent d3b9bb1e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -36,6 +36,10 @@ stdenv.mkDerivation (finalAttrs: {
  preBuild = ''
    export NODE_OPTIONS=--openssl-legacy-provider
  '';
  # Needed ever since noBrokenSymlinks was introduced
  postInstall = ''
    rm $out/lib/node_modules/vim-language-server/node_modules/.bin/node-which
  '';

  meta = {
    description = "VImScript language server, LSP for vim script";