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:
@@ -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) ''
|
||||
|
||||
Reference in New Issue
Block a user