fasthenry: fix build with gcc15 (#509191)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-14 16:32:13 +00:00
committed by GitHub
+2
View File
@@ -27,6 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
"-Wno-error=implicit-function-declaration"
"-Wno-error=implicit-int"
"-Wno-error=return-mismatch"
# gcc15
"-std=gnu17"
];
makeFlags = [ "all" ]; # need "all" to be explicitely set