ht: fix gcc7 compilation

This commit is contained in:
Jörg Thalheim
2018-03-10 15:54:32 +00:00
parent b7569bfb38
commit 672e808dd3
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
patches = [ ./gcc7.patch ];
meta = with lib; {
description = "File editor/viewer/analyzer for executables";
homepage = http://hte.sourceforge.net;