checkpointBuildTools.prepareCheckpointBuild: stop at install

Switch off phases following installPhase, including fixupPhase,
installCheckPhase, distPhase and postPhases.
This commit is contained in:
Yueh-Shun Li 2024-03-13 19:38:07 +08:00
parent 8faabed89b
commit 5010678492
1 changed files with 5 additions and 0 deletions

View File

@ -53,7 +53,12 @@ rec {
mkdir -p $out/outputs
cp -r ./* $out/outputs/
runHook postCheckpointInstall
unset postPhases
'';
dontFixup = true;
doInstallCheck = false;
doDist = false;
});
/* Build a derivation based on the checkpoint output generated by