epkowa: fix build with gcc 15 (#476634)

This commit is contained in:
Guillaume Girol
2026-01-04 13:33:53 +00:00
committed by GitHub
+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 = ''