tex4ht: disable format hardening

This commit is contained in:
Franz Pletz 2016-08-04 11:09:57 +02:00
parent 8b7dc1a3d6
commit 0c7f045a7a

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ tetex unzip ];
hardeningDisable = [ "format" ];
buildPhase = ''
cd src
for f in tex4ht t4ht htcmd ; do