Merge pull request #64 from matter-labs/removeReferencesToVendoredSources

fix(deps): use craneLib.removeReferencesToVendoredSources
This commit is contained in:
Harald Hoyer 2024-04-10 10:24:02 +02:00 committed by GitHub
commit e85de3c9a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,8 +42,8 @@ teepotCrate.craneLib.buildPackage (
"vault_unseal"
"verify_attestation"
];
postInstall = ''
removeReferencesToVendoredSources "$out" "$cargoVendorDir"
mkdir -p $out/nix-support
for i in $outputs; do
[[ $i == "out" ]] && continue