ht: fix build with gcc10
It builds with -Wall and fails on -Wnarrowing.
This commit is contained in:
parent
576464c74d
commit
671fd3a3c1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user