Commit 5fcdb283 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

asciidoc: replace texlive.combine with texliveMinimal.withPackages

parent 9d3d2373
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
, highlight
, pygments
, graphviz
, texlive
, texliveMinimal
, dblatexFull
, libxslt
, w3m
@@ -55,6 +55,11 @@ let
  _enableDeckjsBackend = enableExtraPlugins || enableDeckjsBackend;
  _enableOdfBackend = enableExtraPlugins || enableOdfBackend;

  #
  # texlive environment
  #
  texlive = texliveMinimal.withPackages (ps: [ ps.dvipng ]);

  #
  # filters
  #
+0 −1
Original line number Diff line number Diff line
@@ -6585,7 +6585,6 @@ with pkgs;
  asciidoc = callPackage ../tools/typesetting/asciidoc {
    inherit (python3.pkgs) pygments matplotlib numpy aafigure recursivePthLoader;
    texlive = texlive.combine { inherit (texlive) scheme-minimal dvipng; };
    w3m = w3m-batch;
    enableStandardFeatures = false;
  };