hunspell: disable format hardening

This commit is contained in:
Robin Gloster 2016-04-05 16:49:28 +00:00
parent f791c1074d
commit ad9376dc74

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ ncurses readline ];
configureFlags = "--with-ui --with-readline";
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {
homepage = http://hunspell.sourceforge.net;
description = "Spell checker";