buildRustCrate: add a postInstall phase (#34906)
This commit is contained in:
parent
9ef5d9c143
commit
a5cabdb6b1
@ -291,6 +291,7 @@ let buildCrate = { crateName, crateVersion, crateAuthors, buildDependencies,
|
||||
mkdir -p $out/bin
|
||||
cp -P target/bin/* $out/bin # */
|
||||
fi
|
||||
runHook postInstall
|
||||
'';
|
||||
in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user