libe57format: fixup build with gcc13

This commit is contained in:
Vladimír Čunát 2024-01-10 08:03:17 +01:00
parent 4e0a678c8e
commit 0231e3ccf4
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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