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 {
527527
528528 checkTarget = "test" ;
529529
530- hardeningDisable = [ "format" ]
530+ hardeningDisable = [ "format" "stackprotector" ]
531531 ++ lib . optional stdenv . targetPlatform . isAarch32 "pic"
532532 ++ lib . optional stdenv . targetPlatform . isMusl "pie"
533533 ++ lib . optional enableDWARF "fortify" ;
Original file line number Diff line number Diff line change 7676
7777 bootstrap = import ./bootstrap.nix ;
7878 compiler-llvm = import ./compiler-llvm.nix ;
79- ghc = import ./ghc.nix ;
8079 ghc-packages = import ./ghc-packages.nix ;
8180 darwin = import ./darwin.nix ;
8281 windows = import ./windows.nix ;
114113 nix-tools
115114 bootstrap
116115 compiler-llvm
117- ghc
118116 ghc-packages
119117 darwin
120118 windows
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments