Unverified Commit 44591b6e authored by MaxHearnden's avatar MaxHearnden Committed by Brian Leung
Browse files

mitscheme: use texinfo6

parent 4487c14e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -15740,8 +15740,10 @@ 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; }; };
  mitscheme = callPackage ../development/compilers/mit-scheme {
    texLive = texlive.combine { inherit (texlive) scheme-small epsf texinfo; };
    texinfo = texinfo6;
  };
  mitschemeX11 = mitscheme.override {
    enableX11 = true;