ispell: fix build with gcc 15 (#474258)

This commit is contained in:
Fabián Heredia Montiel
2025-12-26 07:44:20 +00:00
committed by GitHub
+2
View File
@@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
EOF
'';
env.NIX_CFLAGS_COMPILE = "-std=gnu17"; # Doesn't compile with C23
meta = {
description = "Interactive spell-checking program for Unix";
homepage = "https://www.cs.hmc.edu/~geoff/ispell.html";