ht: fix build with gcc10

It builds with -Wall and fails on -Wnarrowing.
This commit is contained in:
Orivej Desh 2021-02-06 11:38:10 +00:00
parent 576464c74d
commit 671fd3a3c1

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
patches = [ ./gcc7.patch ];
NIX_CFLAGS_COMPILE = [ "-Wno-narrowing" ];
meta = with lib; {
description = "File editor/viewer/analyzer for executables";
homepage = "http://hte.sourceforge.net";