mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
raspa: fix build with gcc 15
This commit is contained in:
parent
2812a2fa20
commit
250534797c
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue