Unverified Commit 5286bfb0 authored by Vlad M.'s avatar Vlad M. Committed by GitHub
Browse files

javascript-typescript-langserver: remove broken symlinks (#395792)

parents 29e580d1 0a07e91e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ buildNpmPackage rec {

  npmDepsHash = "sha256-nHGTi1aH9YY01dzBeNyUEUEswrdjZPWaoycDVZZmIAA=";

  postInstall = ''
    find $out/lib/node_modules -xtype l -delete
  '';

  meta = {
    description = "JavaScript and TypeScript code intelligence through the Language Server Protocol";
    homepage = "https://github.com/sourcegraph/javascript-typescript-langserver";