runLatex: always include basic texlive stuff (thanks to vcunat)
This commit is contained in:
parent
35bae56722
commit
e91b9bede0
|
@ -17,7 +17,9 @@ rec {
|
|||
assert generatePDF -> !generatePS;
|
||||
|
||||
let
|
||||
tex = pkgs.texlive.combine texPackages;
|
||||
tex = pkgs.texlive.combine
|
||||
# always include basic stuff you need for LaTeX
|
||||
({inherit (pkgs.texlive) scheme-basic;} // texPackages);
|
||||
in
|
||||
|
||||
pkgs.stdenv.mkDerivation {
|
||||
|
|
Loading…
Reference in New Issue