libe57format: move CXXFLAGS into env for structuredAttrs
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-JARpxp6Z2VioBfY0pZSyQU2mG/EllbaF3qteSFM9u8o=";
|
||||
};
|
||||
|
||||
CXXFLAGS = [
|
||||
env.CXXFLAGS = toString [
|
||||
# GCC 13: error: 'int16_t' has not been declared in 'std'
|
||||
"-include cstdint"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user