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:
parent
430936519c
commit
8b76b92065
1 changed files with 0 additions and 2 deletions
|
@ -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) ''
|
||||
|
|
Loading…
Reference in a new issue