re2: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-08-14 00:18:56 +02:00
parent 4d37b9033e
commit b46d302349

View File

@@ -43,6 +43,8 @@ stdenv.mkDerivation (finalAttrs: {
propagatedBuildInputs = [ abseil-cpp ] ++ lib.optionals (!stdenv.hostPlatform.isStatic) [ icu ];
strictDeps = true;
cmakeFlags = [
(lib.cmakeBool "RE2_BUILD_TESTING" true)
(lib.cmakeFeature "CMAKE_CTEST_ARGUMENTS" "--timeout;999999")