mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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
@ -53,7 +53,12 @@ rec {
|
|||||||
mkdir -p $out/outputs
|
mkdir -p $out/outputs
|
||||||
cp -r ./* $out/outputs/
|
cp -r ./* $out/outputs/
|
||||||
runHook postCheckpointInstall
|
runHook postCheckpointInstall
|
||||||
|
unset postPhases
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontFixup = true;
|
||||||
|
doInstallCheck = false;
|
||||||
|
doDist = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Build a derivation based on the checkpoint output generated by
|
/* Build a derivation based on the checkpoint output generated by
|
||||||
|
Loading…
Reference in New Issue
Block a user