mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #327965 from kiike/fix/basedpyright
basedpyright: fix stubs not being found in the expected location
This commit is contained in:
commit
714a7a86cd
@ -98,8 +98,7 @@ buildNpmPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
chmod +w ../../
|
||||
mkdir ../../docstubs
|
||||
ln -s ${docstubs}/stubs ../../docstubs
|
||||
ln -s ${docstubs} ../../docstubs
|
||||
ln -s ${pyright-root}/node_modules ../../node_modules
|
||||
chmod +w ../pyright-internal
|
||||
ln -s ${pyright-internal}/node_modules ../pyright-internal/node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user