3
0
Fork 0
forked from mirrors/nixpkgs

gnome3_20.libgda: disable format hardening flag

This commit is contained in:
Robin Gloster 2016-06-18 11:50:23 +00:00
parent d9e5fd3b07
commit 0761573507

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
buildInputs = [ pkgconfig intltool itstool libxml2 gtk3 openssl ];
meta = with stdenv.lib; {