raspa: fix build with gcc 15

This commit is contained in:
Harinn 2026-05-08 17:15:57 +07:00
commit 250534797c

View file

@ -33,6 +33,9 @@ stdenv.mkDerivation (finalAttrs: {
openblas
];
# K&R `T func()` declarations whose definitions take real args
env.CFLAGS = "-std=gnu17";
# Prepare for the Python binding packaging.
strictDeps = true;