mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
re2: enable strictDeps
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user