+32
-1
pkgs/build-support/rust/fetch-cargo-vendor-util.py
+32
-1
pkgs/build-support/rust/fetch-cargo-vendor-util.py
······def copy_and_patch_git_crate_subtree(git_tree: Path, crate_name: str, crate_out_dir: Path) -> None:+# This function will get called by copytree to decide which entries of a directory should be copied+# This can be useful if the nix build sandbox is turned off and there is a symlink to a common absolute path+eprint(f"Symlink points outside of the crate's base git tree, ignoring: {path} -> {target_path}")