mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 07:24:48 +02:00
Merge pull request #64 from matter-labs/removeReferencesToVendoredSources
fix(deps): use craneLib.removeReferencesToVendoredSources
This commit is contained in:
commit
e85de3c9a1
1 changed files with 1 additions and 1 deletions
|
@ -42,8 +42,8 @@ teepotCrate.craneLib.buildPackage (
|
||||||
"vault_unseal"
|
"vault_unseal"
|
||||||
"verify_attestation"
|
"verify_attestation"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
removeReferencesToVendoredSources "$out" "$cargoVendorDir"
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
for i in $outputs; do
|
for i in $outputs; do
|
||||||
[[ $i == "out" ]] && continue
|
[[ $i == "out" ]] && continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue