ht: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 00:57:17 +00:00
parent 4407e5a60c
commit 4f68178755
1 changed files with 5 additions and 0 deletions

View File

@ -3,13 +3,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ht-${version}"; name = "ht-${version}";
version = "2.1.0"; version = "2.1.0";
src = fetchurl { src = fetchurl {
url = "http://sourceforge.net/projects/hte/files/ht-source/ht-${version}.tar.bz2"; url = "http://sourceforge.net/projects/hte/files/ht-source/ht-${version}.tar.bz2";
sha256 = "0w2xnw3z9ws9qrdpb80q55h6ynhh3aziixcfn45x91bzrbifix9i"; sha256 = "0w2xnw3z9ws9qrdpb80q55h6ynhh3aziixcfn45x91bzrbifix9i";
}; };
buildInputs = [ buildInputs = [
ncurses ncurses
]; ];
hardening_format = false;
meta = with lib; { meta = with lib; {
description = "File editor/viewer/analyzer for executables"; description = "File editor/viewer/analyzer for executables";
homepage = "http://hte.sourceforge.net"; homepage = "http://hte.sourceforge.net";