lol

tex4ht: disable format hardening

+2
+2
pkgs/tools/typesetting/tex/tex4ht/default.nix
··· 10 11 buildInputs = [ tetex unzip ]; 12 13 buildPhase = '' 14 cd src 15 for f in tex4ht t4ht htcmd ; do
··· 10 11 buildInputs = [ tetex unzip ]; 12 13 + hardeningDisable = [ "format" ]; 14 + 15 buildPhase = '' 16 cd src 17 for f in tex4ht t4ht htcmd ; do