javascript-typescript-langserver: remove broken symlinks (#395792)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user