forked from mirrors/nixpkgs
wxGTK: disable format hardening
This commit is contained in:
parent
6a04de991c
commit
6541dfe554
|
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-gtk2"
|
||||
(if compat24 then "--enable-compat24" else "--disable-compat24")
|
||||
|
|
Loading…
Reference in a new issue