go: remove hardeningDisable

This commit is contained in:
zowoq
2022-08-16 18:53:29 +10:00
parent 1b031d9a35
commit 40a0f3acb3
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -66,8 +66,6 @@ stdenv.mkDerivation rec {
depsTargetTarget = lib.optional stdenv.targetPlatform.isWindows threadsCross;
hardeningDisable = [ "all" ];
postPatch = ''
patchShebangs .
'';
-2
View File
@@ -66,8 +66,6 @@ stdenv.mkDerivation rec {
depsTargetTarget = lib.optional stdenv.targetPlatform.isWindows threadsCross;
hardeningDisable = [ "all" ];
postPatch = ''
patchShebangs .
'';