3
0
Fork 0
forked from mirrors/nixpkgs

libgksu: disable fortify hardening

This commit is contained in:
Robin Gloster 2016-08-04 07:44:43 +00:00
parent e2844fcfc3
commit 3bff873314

View file

@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
patches = [
# Patches from the gentoo ebuild