buildRustCrate: add a postInstall phase (#34906)

This commit is contained in:
Stewart Mackenzie 2018-02-13 18:28:32 +02:00 committed by Joachim Schiele
parent 9ef5d9c143
commit a5cabdb6b1

View file

@ -291,6 +291,7 @@ let buildCrate = { crateName, crateVersion, crateAuthors, buildDependencies,
mkdir -p $out/bin
cp -P target/bin/* $out/bin # */
fi
runHook postInstall
'';
in