Merge pull request #230642 from leungbk/mitscheme-fix

mitscheme: use texinfo6
This commit is contained in:
Jörg Thalheim 2023-05-10 07:21:17 +01:00 committed by GitHub
commit 33e31386a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15749,8 +15749,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;