mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
treewide: *Phase(s)?
variables are optional
If these aren't defined, the stdenv defaults are used in the `*Phase` case, or no extra phases are done, in the `*Phases` case.
This commit is contained in:
parent
7eecf4f8fb
commit
b7f4bda282
18 changed files with 24 additions and 24 deletions
|
@ -43,7 +43,7 @@ function pytestCheckPhase() {
|
|||
echo "Finished executing pytestCheckPhase"
|
||||
}
|
||||
|
||||
if [ -z "${dontUsePytestCheck-}" ] && [ -z "$installCheckPhase" ]; then
|
||||
if [ -z "${dontUsePytestCheck-}" ] && [ -z "${installCheckPhase-}" ]; then
|
||||
echo "Using pytestCheckPhase"
|
||||
preDistPhases+=" pytestCheckPhase"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue