checkpointBuildTools.prepareCheckpointBuild: stop at install
Switch off phases following installPhase, including fixupPhase, installCheckPhase, distPhase and postPhases.
This commit is contained in:
parent
8faabed89b
commit
5010678492
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue