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

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:29 +00:00
parent aecbfc4140
commit 37726ded83

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, fetchpatch, texlive, bison, flex, lapack, blas
{ stdenv, lib, fetchurl, fetchpatch, texliveSmall, bison, flex, lapack, blas
, autoreconfHook, gmp, mpfr, pari, ntl, gsl, mpfi, ecm, glpk, nauty
, buildPackages, readline, gettext, libpng, libao, gfortran, perl
, enableGUI ? false, libGL, libGLU, xorg, fltk
@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [
autoreconfHook texlive.combined.scheme-small bison flex
autoreconfHook texliveSmall bison flex
];
# perl is only needed for patchShebangs fixup.