pkgs/stdenv/generic/make-derivation.nix: add a bug reference to strictDepsByDefault TODO

This commit is contained in:
Sergei Trofimovich 2022-06-21 19:03:43 +01:00
parent e2c261f2c0
commit c534d056fe

View file

@ -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