go_1_7: disable all hardening

This commit is contained in:
Franz Pletz 2016-08-24 16:52:16 +02:00
parent e5dd89f24b
commit bd0b68f59a

View file

@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
Security Foundation
];
hardeningDisable = [ "all" ];
# I'm not sure what go wants from its 'src', but the go installation manual
# describes an installation keeping the src.
preUnpack = ''