hunspell: disable format hardening
This commit is contained in:
parent
f791c1074d
commit
ad9376dc74
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
propagatedBuildInputs = [ ncurses readline ];
|
propagatedBuildInputs = [ ncurses readline ];
|
||||||
configureFlags = "--with-ui --with-readline";
|
configureFlags = "--with-ui --with-readline";
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://hunspell.sourceforge.net;
|
homepage = http://hunspell.sourceforge.net;
|
||||||
description = "Spell checker";
|
description = "Spell checker";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user