Commit 2fa4ebdb authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

mitscheme: replace texlive.combine with texliveSmall.withPackages

parent f6a496b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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;
  };