ispell: fix build with gcc 15 (#474258)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user