hunspell: disable format hardening
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user