mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
gtest: Fix for or-conf
Assisted-by: Claude Code (Claude Sonnet 5) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015nagR3thVVbRLcqE9rSr6w
This commit is contained in:
@@ -50,8 +50,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
ninja
|
||||
]
|
||||
++ lib.optionals withAbseil [
|
||||
];
|
||||
|
||||
buildInputs = lib.optionals withAbseil [
|
||||
abseil-cpp
|
||||
re2
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user