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
|
@ -29,8 +29,6 @@ buildPythonPackage rec {
|
||||||
nativeBuildInputs = [ pkgconfig which doxygen wxGTK ];
|
nativeBuildInputs = [ pkgconfig which doxygen wxGTK ];
|
||||||
buildInputs = [ ncurses wxGTK.gtk ];
|
buildInputs = [ ncurses wxGTK.gtk ];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
|
||||||
|
|
||||||
DOXYGEN = "${doxygen}/bin/doxygen";
|
DOXYGEN = "${doxygen}/bin/doxygen";
|
||||||
|
|
||||||
preConfigure = lib.optionalString (!stdenv.isDarwin) ''
|
preConfigure = lib.optionalString (!stdenv.isDarwin) ''
|
||||||
|
|
Loading…
Reference in New Issue