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