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

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) ''