hunspell: disable format hardening
This commit is contained in:
parent
f791c1074d
commit
ad9376dc74
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue