tex4ht: disable format hardening
This commit is contained in:
parent
8b7dc1a3d6
commit
0c7f045a7a
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ tetex unzip ];
|
buildInputs = [ tetex unzip ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd src
|
cd src
|
||||||
for f in tex4ht t4ht htcmd ; do
|
for f in tex4ht t4ht htcmd ; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user