1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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