mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
gtest: enable strictDeps
This commit is contained in:
@@ -56,6 +56,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
re2
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DBUILD_SHARED_LIBS=${if static then "OFF" else "ON"}"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user