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

pkgs/stdenv/generic/make-derivation.nix: add a bug reference to stric…
main
Sergei Trofimovich 2 years ago committed by GitHub
commit 46e1005ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/stdenv/generic/make-derivation.nix

@ -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…
Cancel
Save