mbedtls: remove obsolete GCC 14 warning flag

This was fixed upstream by
<https://github.com/Mbed-TLS/mbedtls/pull/8751>.
This commit is contained in:
Emily
2024-11-23 01:32:00 +00:00
parent 9ff0e609fe
commit 30ebe557e4
@@ -47,10 +47,6 @@ stdenv.mkDerivation rec {
"-DGEN_FILES=off"
];
env = lib.optionalAttrs (stdenv.cc.isGNU && (lib.versionAtLeast (lib.getVersion stdenv.cc.cc) "14")) {
NIX_CFLAGS_COMPILE = "-Wno-error=calloc-transposed-args";
};
doCheck = true;
# Parallel checking causes test failures