summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/typesetting/tex/texlive/tl2nix.sed
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive/tl2nix.sed')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/tl2nix.sed3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/tl2nix.sed b/pkgs/tools/typesetting/tex/texlive/tl2nix.sed
index 5b4f5efe7622..61150fa8b7cf 100644
--- a/pkgs/tools/typesetting/tex/texlive/tl2nix.sed
+++ b/pkgs/tools/typesetting/tex/texlive/tl2nix.sed
@@ -32,6 +32,7 @@ s/^catalogue-version_(.*)/ version = "\1";/p
# extract deps
s/^depend ([^.]*)$/ deps."\1" = tl."\1";/p
-# extract hyphenation patterns
+# extract hyphenation patterns and formats
# (this may create duplicate lines, use uniq to remove them)
/^execute\sAddHyphen/i\ hasHyphens = true;
+/^execute\sAddFormat/i\ hasFormats = true;