From 8b76b92065fa720bab7b5300f0018bd48a8549e1 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Tue, 28 Jul 2020 17:23:57 -0400 Subject: [PATCH] python3Packages.wxPython_4_0: enable format hardening This was inherited from wxPython 3 and does not seem to be necessary. --- pkgs/development/python-modules/wxPython/4.0.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/wxPython/4.0.nix b/pkgs/development/python-modules/wxPython/4.0.nix index 53a3f6b1e319..cd1e5b063bdb 100644 --- a/pkgs/development/python-modules/wxPython/4.0.nix +++ b/pkgs/development/python-modules/wxPython/4.0.nix @@ -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) ''