Merge pull request #178471 from trofi/add-a-strictDepsByDefault-bug-link

pkgs/stdenv/generic/make-derivation.nix: add a bug reference to stric…
This commit is contained in:
Sergei Trofimovich
2022-06-21 18:22:32 +00:00
committed by GitHub
+1 -1
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