From bd2d04975013341e8402f04ff5e53502e40a6d32 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sun, 7 Feb 2016 13:09:11 +0000 Subject: [PATCH] texlive-core-big: turn off format hardening --- pkgs/tools/typesetting/tex/texlive-new/bin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/typesetting/tex/texlive-new/bin.nix b/pkgs/tools/typesetting/tex/texlive-new/bin.nix index 4a788cfa8fe..3585c4d04af 100644 --- a/pkgs/tools/typesetting/tex/texlive-new/bin.nix +++ b/pkgs/tools/typesetting/tex/texlive-new/bin.nix @@ -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