pkgs/stdenv/generic/make-derivation.nix: add a bug reference to strictDepsByDefault TODO
This commit is contained in:
parent
e2c261f2c0
commit
c534d056fe
@ -124,7 +124,7 @@ let
|
||||
# InstallCheck phase
|
||||
, doInstallCheck ? config.doCheckByDefault or false
|
||||
|
||||
, # TODO(@Ericson2314): Make always true and remove
|
||||
, # TODO(@Ericson2314): Make always true and remove / resolve #178468
|
||||
strictDeps ? if config.strictDepsByDefault then true else stdenv.hostPlatform != stdenv.buildPlatform
|
||||
|
||||
, enableParallelBuilding ? config.enableParallelBuildingByDefault
|
||||
|
Loading…
Reference in New Issue
Block a user