ht: fix the build against gcc-15 (#506739)

This commit is contained in:
Aleksana
2026-04-05 14:09:46 +00:00
committed by GitHub
+5
View File
@@ -24,6 +24,11 @@ stdenv.mkDerivation (finalAttrs: {
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-narrowing" ];
configureFlags = [
# Fails to build on -std=gnu23.
"CFLAGS=-std=gnu17"
];
meta = {
description = "File editor/viewer/analyzer for executables";
homepage = "https://hte.sourceforge.net";