Loading pkgs/development/python-modules/dot2tex/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , pyparsing , graphviz , pytestCheckHook , texlive , texliveSmall }: buildPythonPackage rec { Loading Loading @@ -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; { Loading Loading
pkgs/development/python-modules/dot2tex/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ , pyparsing , graphviz , pytestCheckHook , texlive , texliveSmall }: buildPythonPackage rec { Loading Loading @@ -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; { Loading