wxGTK: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-29 17:00:34 +00:00
parent 6a04de991c
commit 6541dfe554
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
hardeningDisable = [ "format" ];
configureFlags = [
"--enable-gtk2"
(if compat24 then "--enable-compat24" else "--disable-compat24")