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