buildRustCrate: add a postInstall phase (#34906)

This commit is contained in:
Stewart Mackenzie
2018-02-13 17:28:32 +01:00
committed by Joachim Schiele
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