gnome2.at_spi: disable hardening to fix build

This commit is contained in:
Kirill Boltaev 2016-09-12 01:12:08 +03:00 committed by Nikolay Amiantov
parent cafd4a7668
commit 8b96b391db

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation {
sha256 = "0fbh0afzw1gm4r2w68b8l0vhnia1qyzdl407vyxfw4v4fkm1v16c";
};
hardeningDisable = [ "format" ];
buildInputs = [ python pkgconfig popt atk gtk libX11 libICE libXtst libXi
intltool libbonobo ORBit2 GConf dbus_glib ];
}