texlive-core-big: turn off format hardening
This commit is contained in:
parent
9229e9c656
commit
bd2d049750
@ -123,6 +123,8 @@ core-big = stdenv.mkDerivation {
|
||||
|
||||
inherit (common) src;
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildInputs = core.buildInputs ++ [ core cairo harfbuzz icu graphite2 ];
|
||||
|
||||
configureFlags = common.configureFlags
|
||||
|
Loading…
Reference in New Issue
Block a user