libe57format: fixup build with gcc13
This commit is contained in:
parent
4e0a678c8e
commit
0231e3ccf4
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-4vVhKrCxnWO106DSAk+xxo4uk6zC89m9VQAPaDJ8Ed4=";
|
||||
})
|
||||
];
|
||||
CXXFLAGS = [
|
||||
# GCC 13: error: 'int16_t' has not been declared in 'std'
|
||||
"-include cstdint"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
|
Loading…
Reference in a new issue