Skip to content

Commit 415cd7a

Browse files
committed
fix(pkgs/zuban): adapt to new location of vendored stubs
1 parent 4882101 commit 415cd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/derivations/zuban.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
2525

2626
postInstall = ''
2727
mkdir -p $out/${python3.sitePackages}/zuban
28-
cp -r typeshed $out/${python3.sitePackages}/zuban/typeshed
28+
cp -r third_party $out/${python3.sitePackages}/zuban/
2929
'';
3030

3131
passthru.updateScript = nix-update-script { };

0 commit comments

Comments
 (0)