summary refs log tree commit diff
path: root/pkgs/applications/editors/ht/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/ht/default.nix')
-rw-r--r--pkgs/applications/editors/ht/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/ht/default.nix b/pkgs/applications/editors/ht/default.nix
index 112eebfaf6f6..63864bc581df 100644
--- a/pkgs/applications/editors/ht/default.nix
+++ b/pkgs/applications/editors/ht/default.nix
@@ -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;