d16a15c0a5
authored by: chaoflow, goibhniu svn path=/nixpkgs/branches/stdenv-updates/; revision=32625
10 lines
322 B
Bash
10 lines
322 B
Bash
source $stdenv/setup
|
|
|
|
# move checkPhase from after buildPhase to after fixupPhase
|
|
phases="$prePhases unpackPhase patchPhase $preConfigurePhases \
|
|
configurePhase $preBuildPhases buildPhase \
|
|
$preInstallPhases installPhase fixupPhase checkPhase \
|
|
$preDistPhases distPhase $postPhases";
|
|
|
|
genericBuild
|