Loading pkgs/development/python-modules/pylatex/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ pytestCheckHook, matplotlib, quantities, texlive, texliveSmall, }: buildPythonPackage rec { Loading Loading @@ -35,7 +35,12 @@ buildPythonPackage rec { pytestCheckHook matplotlib quantities (texlive.combine { inherit (texlive) scheme-small lastpage collection-fontsrecommended; }) (texliveSmall.withPackages ( ps: with ps; [ lastpage collection-fontsrecommended ] )) ]; meta = { Loading Loading
pkgs/development/python-modules/pylatex/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ pytestCheckHook, matplotlib, quantities, texlive, texliveSmall, }: buildPythonPackage rec { Loading Loading @@ -35,7 +35,12 @@ buildPythonPackage rec { pytestCheckHook matplotlib quantities (texlive.combine { inherit (texlive) scheme-small lastpage collection-fontsrecommended; }) (texliveSmall.withPackages ( ps: with ps; [ lastpage collection-fontsrecommended ] )) ]; meta = { Loading