mitscheme: replace texlive.combine with texliveSmall.withPackages

This commit is contained in:
Vincenzo Mantova 2023-11-04 20:02:33 +00:00
parent f6a496b3de
commit 2fa4ebdbc1
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
, makeWrapper
, gnum4
, texinfo
, texLive
, texliveSmall
, automake
, autoconf
, libtool
@ -85,7 +85,7 @@ stdenv.mkDerivation {
$out/lib/mit-scheme${arch}-${version}
'';
nativeBuildInputs = [ makeWrapper gnum4 texinfo texLive automake ghostscript autoconf libtool ];
nativeBuildInputs = [ makeWrapper gnum4 texinfo (texliveSmall.withPackages (ps: with ps; [ epsf ps.texinfo ])) automake ghostscript autoconf libtool ];
# XXX: The `check' target doesn't exist.
doCheck = false;

View File

@ -16800,7 +16800,6 @@ with pkgs;
mitama-cpp-result = callPackage ../development/libraries/mitama-cpp-result { };
mitscheme = callPackage ../development/compilers/mit-scheme {
texLive = texlive.combine { inherit (texlive) scheme-small epsf texinfo; };
texinfo = texinfo6;
};