mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
gnome2.at_spi: disable hardening to fix build
This commit is contained in:
parent
cafd4a7668
commit
8b96b391db
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user