raspa: fix build with gcc 15 (#518001)

This commit is contained in:
Yueh-Shun Li
2026-05-09 03:11:07 +00:00
committed by GitHub
+3
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;