ht: fix build with gcc10

It builds with -Wall and fails on -Wnarrowing.
wip/yesman
Orivej Desh 3 years ago
parent 576464c74d
commit 671fd3a3c1
  1. 2
      pkgs/applications/editors/ht/default.nix

@ -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…
Cancel
Save