summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex
diff options
context:
space:
mode:
authorVincenzo Mantova <xworld21@users.sf.net>2021-07-04 11:47:32 +0100
committerVincenzo Mantova <xworld21@users.sf.net>2021-07-04 11:47:32 +0100
commit14209b138348d6fdf5253e4229408b6999c69940 (patch)
treed1eadf84cf21172de8e73ff1a80f882372508125 /pkgs/tools/typesetting/tex
parent6a431bbd83ff900f81bf364c79c34399e244341b (diff)
downloadnixpkgs-14209b138348d6fdf5253e4229408b6999c69940.tar
nixpkgs-14209b138348d6fdf5253e4229408b6999c69940.tar.gz
nixpkgs-14209b138348d6fdf5253e4229408b6999c69940.tar.bz2
nixpkgs-14209b138348d6fdf5253e4229408b6999c69940.tar.lz
nixpkgs-14209b138348d6fdf5253e4229408b6999c69940.tar.xz
nixpkgs-14209b138348d6fdf5253e4229408b6999c69940.tar.zst
nixpkgs-14209b138348d6fdf5253e4229408b6999c69940.zip
texlive.combine: add missing lines of language.def
Diffstat (limited to 'pkgs/tools/typesetting/tex')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/combine.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/combine.nix b/pkgs/tools/typesetting/tex/texlive/combine.nix
index fc35b7f43eb..c1e99a3ed3a 100644
--- a/pkgs/tools/typesetting/tex/texlive/combine.nix
+++ b/pkgs/tools/typesetting/tex/texlive/combine.nix
@@ -127,9 +127,11 @@ in (buildEnv {
     script =
       writeText "hyphens.sed" (
         # pick up the header
-        "1,/^% from/p;"
+        "1,/^% from/p;\n"
         # pick up all sections matching packages that we combine
         + lib.concatMapStrings (pname: "/^% from ${pname}:$/,/^%/p;\n") pnames
+        # pick up footer (for language.def)
+        + "/^%%% No changes may be made beyond this point.$/,$p;\n"
       );
   in ''
     (