google-cloud-cpp: add comment about doInstallCheck and dependencies
This commit is contained in:
parent
2db4ece355
commit
c9ca529066
@ -48,6 +48,10 @@ stdenv.mkDerivation rec {
|
|||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
] ++ lib.optionals (!doInstallCheck) [
|
] ++ 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
|
gbenchmark
|
||||||
gtest
|
gtest
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user