gnome3.libgda: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-09 14:09:15 +00:00
parent 0e28c9abd8
commit 9b597ee8a5

View File

@ -17,6 +17,8 @@ in stdenv.mkDerivation rec {
"--enable-gi-system-install=no"
];
hardening_format = false;
enableParallelBuilding = true;
buildInputs = [ pkgconfig intltool itstool libxml2 gtk3 openssl ];