File tree Expand file tree Collapse file tree 3 files changed +1
-32
lines changed Expand file tree Collapse file tree 3 files changed +1
-32
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ stdenv.mkDerivation (rec {
527
527
528
528
checkTarget = "test" ;
529
529
530
- hardeningDisable = [ "format" ]
530
+ hardeningDisable = [ "format" "stackprotector" ]
531
531
++ lib . optional stdenv . targetPlatform . isAarch32 "pic"
532
532
++ lib . optional stdenv . targetPlatform . isMusl "pie"
533
533
++ lib . optional enableDWARF "fortify" ;
Original file line number Diff line number Diff line change 76
76
77
77
bootstrap = import ./bootstrap.nix ;
78
78
compiler-llvm = import ./compiler-llvm.nix ;
79
- ghc = import ./ghc.nix ;
80
79
ghc-packages = import ./ghc-packages.nix ;
81
80
darwin = import ./darwin.nix ;
82
81
windows = import ./windows.nix ;
114
113
nix-tools
115
114
bootstrap
116
115
compiler-llvm
117
- ghc
118
116
ghc-packages
119
117
darwin
120
118
windows
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments