google-cloud-cpp: add comment about doInstallCheck and dependencies

This commit is contained in:
Phillip Cloud 2021-11-05 06:41:05 -04:00
parent 2db4ece355
commit c9ca529066
No known key found for this signature in database
GPG Key ID: D908212070FD785E

View File

@ -48,6 +48,10 @@ stdenv.mkDerivation rec {
ninja
pkg-config
] ++ lib.optionals (!doInstallCheck) [
# enable these dependencies when doInstallCheck failse because we're
# unconditionally building tests and benchmarks
#
# when doInstallCheck is true, these deps are added to installCheckInputs
gbenchmark
gtest
];