Merge pull request #21324 from elitak/parens
top-level: missing parentheses
This commit is contained in:
commit
b6f8b0d911
@ -49,8 +49,8 @@ in let
|
|||||||
# reasonable default.
|
# reasonable default.
|
||||||
platform =
|
platform =
|
||||||
args.platform
|
args.platform
|
||||||
or (config.platform
|
or ( config.platform
|
||||||
or (import ./platforms.nix).selectPlatformBySystem system);
|
or ((import ./platforms.nix).selectPlatformBySystem system) );
|
||||||
|
|
||||||
# A few packages make a new package set to draw their dependencies from.
|
# A few packages make a new package set to draw their dependencies from.
|
||||||
# (Currently to get a cross tool chain, or forced-i686 package.) Rather than
|
# (Currently to get a cross tool chain, or forced-i686 package.) Rather than
|
||||||
|
Loading…
x
Reference in New Issue
Block a user