mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
frr: move CXXFLAGS into env for structuredAttrs
This commit is contained in:
parent
bf9bd3c0fd
commit
d404ae2ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
# Without the std explicitly set, we may run into abseil-cpp
|
||||
# compilation errors.
|
||||
CXXFLAGS = "-std=gnu++23";
|
||||
env.CXXFLAGS = "-std=gnu++23";
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue