epkowa: fix build with gcc 15

Fixes: https://github.com/NixOS/nixpkgs/issues/476021
This commit is contained in:
Guillaume Girol
2026-01-03 12:00:00 +00:00
parent cad22e7d99
commit 4b46a387a9
+2
View File
@@ -95,6 +95,8 @@ stdenv.mkDerivation rec {
configureFlags = [
"--enable-dependency-reduction"
"--disable-frontend"
# fix build with gcc 15
"CFLAGS=-std=gnu17"
];
postConfigure = ''