go_1_7: disable all hardening
This commit is contained in:
parent
e5dd89f24b
commit
bd0b68f59a
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user