raxml: fix build with gcc15

This commit is contained in:
Artur Sannikov
2026-03-26 11:32:35 +02:00
parent a116fa991c
commit f3e3433a51
+3
View File
@@ -30,6 +30,9 @@ stdenv.mkDerivation (finalAttrs: {
make -f Makefile.SSE3.PTHREADS.gcc
'';
# Fix build with gcc15 (-std=gnu23)
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isGNU "-std=gnu17";
installPhase =
if useMpi then
''