3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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