nixpkgs/pkgs/development/python-modules/generic/builder.sh

10 lines
322 B
Bash
Raw Normal View History

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