We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae87f1 commit af5f9f9Copy full SHA for af5f9f9
default.nix
@@ -290,7 +290,7 @@ rec {
290
rtrlib = (optimizedBuild super.rtrlib).overrideAttrs (orig: {
291
cmakeFlags = (orig.cmakeFlags or [ ]) ++ [ "-DENABLE_STATIC=1" ];
292
});
293
- abseil-cpp = (optimizedBuild super.abseil-cpp);
+
294
protobuf =
295
(optimizedBuild (super.protobuf.override { enableShared = false; })).overrideAttrs
296
(orig: {
nix/frr/default.nix
@@ -81,8 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
81
inherit rev hash;
82
};
83
84
- # Without the std explicitly set, we may run into abseil-cpp
85
- # compilation errors.
86
CXXFLAGS = "-std=gnu++23";
87
88
nativeBuildInputs = [
0 commit comments