gtest: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-08-05 16:56:21 +02:00
parent 672b952591
commit 9bcd63e541

View File

@@ -56,6 +56,8 @@ stdenv.mkDerivation (finalAttrs: {
re2
];
strictDeps = true;
cmakeFlags = [
"-DBUILD_SHARED_LIBS=${if static then "OFF" else "ON"}"
]