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