sumokoin: fix build with gcc 13
This commit is contained in:
parent
a819aea202
commit
7ee2a7b969
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
|
|||
zeromq
|
||||
];
|
||||
|
||||
env.CXXFLAGS = "-include cstdint";
|
||||
|
||||
# cc1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security]
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue