nixos/manualPDF: use new texlive instead of tetex

This includes updating dblatex and crafting ~100 MB TeX package set
to make our manual compile.
This commit is contained in:
Vladimír Čunát
2015-09-23 21:14:16 +02:00
parent 23ed438d5a
commit 9bd0bac311
2 changed files with 24 additions and 16 deletions
+2 -5
View File
@@ -146,12 +146,9 @@ in rec {
inherit sources;
buildInputs = [ libxml2 libxslt dblatex tetex ];
buildInputs = [ libxml2 libxslt dblatex dblatex.tex ];
buildCommand = ''
# TeX needs a writable font cache.
export VARTEXFONTS=$TMPDIR/texfonts
${copySources}
dst=$out/share/doc/nixos
@@ -162,7 +159,7 @@ in rec {
mkdir -p $out/nix-support
echo "doc-pdf manual $dst/manual.pdf" >> $out/nix-support/hydra-build-products
''; # */
'';
};
# Generate the NixOS manpages.