Commit 6bc7fe6c authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

dot2tex: replace texlive.combine with texliveSmall.withPackages

parent 25708f8e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
, pyparsing
, graphviz
, pytestCheckHook
, texlive
, texliveSmall
}:

buildPythonPackage rec {
@@ -36,9 +36,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    (texlive.combine {
      inherit (texlive) scheme-small preview pstricks;
    })
    (texliveSmall.withPackages (ps: with ps; [ preview pstricks ]))
  ];

  meta = with lib; {