mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
typescript-language-server: include typescript
This became a hard dependency in 2.2.0. Fixes #210051.
This commit is contained in:
parent
c269e695d8
commit
0dee0eec6a
@ -561,8 +561,7 @@ final: prev: {
|
||||
typescript-language-server = prev.typescript-language-server.override {
|
||||
nativeBuildInputs = [ pkgs.buildPackages.makeWrapper ];
|
||||
postInstall = ''
|
||||
wrapProgram "$out/bin/typescript-language-server" \
|
||||
--suffix PATH : ${lib.makeBinPath [ final.typescript ]}
|
||||
${pkgs.xorg.lndir}/bin/lndir ${final.typescript} $out
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user