haskell.compiler.ghc842: disable format hardening
This commit is contained in:
parent
ee5660e7f6
commit
29757f3790
@ -172,6 +172,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
checkTarget = "test";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
postInstall = ''
|
||||
for bin in "$out"/lib/${name}/bin/*; do
|
||||
isELF "$bin" || continue
|
||||
|
Loading…
Reference in New Issue
Block a user