mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
* Some variables to make it easier to inject additional phases.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11221
This commit is contained in:
parent
9bddb8a172
commit
4195c1522f
@ -808,8 +808,10 @@ genericBuild() {
|
||||
fi
|
||||
|
||||
if test -z "$phases"; then
|
||||
phases="unpackPhase patchPhase configurePhase buildPhase checkPhase \
|
||||
installPhase fixupPhase distPhase $extraPhases";
|
||||
phases="$prePhases unpackPhase patchPhase $preConfigurePhases \
|
||||
configurePhase $preBuildPhases buildPhase checkPhase \
|
||||
$preInstallPhases installPhase fixupPhase \
|
||||
$preDistPhases distPhase $postPhases";
|
||||
fi
|
||||
|
||||
for curPhase in $phases; do
|
||||
|
Loading…
Reference in New Issue
Block a user