Commit 50106784 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

checkpointBuildTools.prepareCheckpointBuild: stop at install

Switch off phases following installPhase, including fixupPhase,
installCheckPhase, distPhase and postPhases.
parent 8faabed8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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