gnome3_20.libgda: disable format hardening flag
This commit is contained in:
parent
d9e5fd3b07
commit
0761573507
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
buildInputs = [ pkgconfig intltool itstool libxml2 gtk3 openssl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user