tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
tex4ht: disable format hardening
Franz Pletz
9 years ago
0c7f045a
8b7dc1a3
+2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
typesetting
tex
tex4ht
default.nix
+2
pkgs/tools/typesetting/tex/tex4ht/default.nix
···
10
10
11
11
buildInputs = [ tetex unzip ];
12
12
13
13
+
hardeningDisable = [ "format" ];
14
14
+
13
15
buildPhase = ''
14
16
cd src
15
17
for f in tex4ht t4ht htcmd ; do