python3Packages.wxPython_4_0: enable format hardening

This was inherited from wxPython 3 and does not seem to be necessary.
This commit is contained in:
Ben Wolsieffer 2020-07-28 17:23:57 -04:00
parent 430936519c
commit 8b76b92065
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ buildPythonPackage rec {
nativeBuildInputs = [ pkgconfig which doxygen wxGTK ];
buildInputs = [ ncurses wxGTK.gtk ];
hardeningDisable = [ "format" ];
DOXYGEN = "${doxygen}/bin/doxygen";
preConfigure = lib.optionalString (!stdenv.isDarwin) ''