mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-18 20:11:33 +03:00
fix(rust/crane): improve vendoring (#290)
This commit is contained in:
parent
02f8a119c1
commit
5ba9061857
@ -98,5 +98,5 @@ in rec {
|
||||
# All dependencies in the Cargo.lock file, vendored
|
||||
vendoredDependencies = vendorDependencies allDependencies;
|
||||
|
||||
copyVendorDir = path: ''cp -r --no-preserve=mode,ownership ${vendoredDependencies} ${path}'';
|
||||
copyVendorDir = path: ''cp -rs --no-preserve=mode,ownership ${vendoredDependencies} ${path}'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user