singular: replace texlive.combined.scheme-small with texliveSmall

+2 -2
+2 -2
pkgs/applications/science/math/singular/default.nix
··· 17 # use letters instead of numbers for post-appendix chapters, and we 18 # want it to match the upstream format because sage depends on it. 19 , texinfo4 20 - , texlive 21 , enableDocs ? !stdenv.isDarwin 22 , enableGfanlib ? true 23 }: ··· 86 graphviz 87 latex2html 88 texinfo4 89 - texlive.combined.scheme-small 90 ] ++ lib.optionals stdenv.isDarwin [ getconf ]; 91 depsBuildBuild = [ buildPackages.stdenv.cc ]; 92
··· 17 # use letters instead of numbers for post-appendix chapters, and we 18 # want it to match the upstream format because sage depends on it. 19 , texinfo4 20 + , texliveSmall 21 , enableDocs ? !stdenv.isDarwin 22 , enableGfanlib ? true 23 }: ··· 86 graphviz 87 latex2html 88 texinfo4 89 + texliveSmall 90 ] ++ lib.optionals stdenv.isDarwin [ getconf ]; 91 depsBuildBuild = [ buildPackages.stdenv.cc ]; 92