cvs: fix build with gcc15 (#470760)

This commit is contained in:
Aleksana
2025-12-17 16:12:47 +00:00
committed by GitHub
+4
View File
@@ -46,6 +46,10 @@ stdenv.mkDerivation {
texinfo
];
# Fix build with gcc15
# https://savannah.nongnu.org/bugs/index.php?66726
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
configureFlags = [
"--with-editor=${nano}/bin/nano"