mpb: fix build with gcc-14

This commit is contained in:
Markus Kowalewski
2024-12-27 14:06:10 +01:00
parent 8d86075fcb
commit 0efb6fabcd
+3
View File
@@ -44,6 +44,9 @@ stdenv.mkDerivation rec {
perl
];
# Required for build with gcc-14
env.NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion";
enableParallelBuilding = true;
configureFlags = [