Skip to content

Commit af5f9f9

Browse files
Fredi-raspallqmonnet
authored andcommitted
chore: Remove abseil-cpp
Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
1 parent bae87f1 commit af5f9f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ rec {
290290
rtrlib = (optimizedBuild super.rtrlib).overrideAttrs (orig: {
291291
cmakeFlags = (orig.cmakeFlags or [ ]) ++ [ "-DENABLE_STATIC=1" ];
292292
});
293-
abseil-cpp = (optimizedBuild super.abseil-cpp);
293+
294294
protobuf =
295295
(optimizedBuild (super.protobuf.override { enableShared = false; })).overrideAttrs
296296
(orig: {

nix/frr/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
8181
inherit rev hash;
8282
};
8383

84-
# Without the std explicitly set, we may run into abseil-cpp
85-
# compilation errors.
8684
CXXFLAGS = "-std=gnu++23";
8785

8886
nativeBuildInputs = [

0 commit comments

Comments
 (0)